Orchestrator for Model Context Protocol (MCP) lifecycle and tool capability expansion. Triggers: - EXPLICIT: User wants to install, remove, list, or update MCP servers. - CAPABILITY GAPS: User intent requires tools/data sources currently unavailable (e.g., search GitHub, query SQL, fetch Figma, access Google Calendar). - TROUBLESHOOTING: Existing MCP tools are crashing, missing, or return environment/auth errors. - DISCOVERY: User asks about adding new functionalities or exploring available tool integrations.
Manages MCP server lifecycle: installs, configures, and troubleshoots tool integrations. Automatically searches for and deploys servers to fill capability gaps (GitHub, SQL, APIs), or fixes broken ones with environment/auth diagnostics.
/plugin marketplace add nonoroazoro/ai/plugin install linus@pluginsRunning status is the only success metric. Skip if exists unless "update"./ and ../)AskUserQuestion only for missing Secrets/Keysclaude mcp list verificationclaude mcp list to check existence@modelcontextprotocol/server-<intent>npm search "mcp server <intent>" --json (Filter Priority: Verified > Downloads > Recent)ENV requirements (KEY, TOKEN, etc)claude mcp add <name> -s user --env K=V -- npx -y <pkg>@latestclaude mcp add <name> -s user -- node <abs_path>claude mcp add --transport http <name> <url>claude mcp list -> If not Running -> claude mcp logs <name> -> Diagnoseclaude mcp listclaude mcp remove <name>node/npm functional before executionDesigns feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences