This handles MCP server management without cluttering your main context window. It discovers tools, prompts, and resources from configured servers, then lets you filter and execute them either through Gemini CLI (fastest), direct TypeScript scripts, or a fallback subagent. The smart move here is how it saves discovered tools to JSON so an LLM can analyze them directly instead of loading everything upfront. You configure servers once in `.claude/.mcp.json`, and it coordinates across multiple servers while keeping track of which tool belongs where. Honestly most useful when you're dealing with context bloat from too many MCP capabilities or need programmatic control over tool execution.
npx skills add https://github.com/secondsky/claude-skills --skill mcp-management