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.