archflow-setup-mcp

Configures external MCP servers for Copilot using a curated registry and CLI commands.

28|4|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/AZidan/archflow --skill archflow-setup-mcp-azidan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archflow-setup-mcp
Source: https://github.com/AZidan/archflow/tree/main/adapters/copilot/.github/skills/archflow-setup-mcp
Command: npx skills add https://github.com/AZidan/archflow --skill archflow-setup-mcp-azidan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Connecting external tools like Jira, Notion, Linear, or GitHub to your coding agent requires manually looking up MCP server commands, transports, and authentication details. This Skill automates that setup by looking up tools in a curated registry and running the correct configuration commands. ## Core Features & Use Cases - Registry-Based Lookup: Reads a curated mcp-registry.yaml containing transport type, auth method, and purpose for popular tools like Jira, Confluence, Notion, Linear, GitHub, Slack, and Trello. - Guided Credential Collection: Prompts for required environment variables one at a time, or explains OAuth browser authorization flows. - Duplicate and Shared-Server Detection: Detects already-configured MCPs and recognizes shared servers (e.g., Jira and Confluence both use Atlassian Rovo). - Fallback Discovery: Searches npm for MCP packages when a tool is not in the registry. - Use Case: Run the skill with "jira" to configure the Atlassian Rovo MCP server via HTTP transport with OAuth, then verify the connection. ## Quick Start Ask the agent to set up the Jira MCP server by invoking /archflow-setup-mcp jira, or run it without arguments to list all available MCP servers.

Frequently Asked Questions about archflow-setup-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an MCP server for Jira or Notion?

Invoke the skill with the tool name, such as /archflow-setup-mcp jira. It looks up the tool in the registry, collects any required credentials, and runs the appropriate claude mcp add command with the correct transport.

How do I list available MCP servers I can configure?

Run /archflow-setup-mcp without any arguments. The skill reads the mcp-registry.yaml file and displays a table of available tools with their transport, authentication method, and purpose.

What happens if the tool I want is not in the MCP registry?

The skill falls back to searching npm for packages matching mcp-[tool] or @modelcontextprotocol/server-[tool]. If a package is found, it offers to install it via stdio transport; otherwise it shows manual configuration commands.

Does configuring Jira also give access to Confluence?

Yes. Jira and Confluence share the same Atlassian Rovo MCP server, so configuring one gives access to both. The skill detects this through the shared_with field in the registry and skips redundant setup.

Why is my MCP server not connecting after setup?

Some MCP servers require restarting Copilot after configuration. Run claude mcp get [tool-name] to verify the installation, and for OAuth-based servers ensure the browser authorization flow completed successfully.