What problem does it solve?
The MCP Management skill centralizes the discovery, analysis, and orchestration of MCP servers, enabling safe, context-efficient interactions without polluting the main reasoning context.
Core Features & Use Cases
- Multi-server discovery: connect to and enumerate tools, prompts, and resources across configured MCP servers.
- Intelligent tool selection: analyze tool catalogs to select only relevant capabilities for a task.
- Progressive disclosure: load only necessary tool definitions to keep prompts concise and efficient.
- Execution engine: execute MCP tools and prompts with proper parameter handling, across servers.
- Context efficiency: delegate MCP operations to subagents to keep the main context lean.
Quick Start
Install dependencies for the skill: navigate to .claude/skills/mcp-management/scripts and run npm install. Configure MCP servers in .claude/.mcp.json (see examples). Test the connection by listing tools with the CLI: cd .claude/skills/mcp-management/scripts and run npx ts-node cli.ts list-tools.