What problem does it solve?
This skill eliminates the hassle of manually wiring and exploring Model Context Protocol (MCP) servers by letting an AI agent discover, select, and execute the right MCP capabilities with minimal context bloat.
Core Features & Use Cases
- Multi-server MCP management: Connect to multiple MCP servers from a single JSON config and route tool calls correctly.
- Capability discovery & cataloging: List tools/prompts/resources across servers and persist a tool catalog to assets for fast reuse.
- LLM-assisted tool selection: Enable the model to choose relevant tools based on the discovered tool schemas (e.g., assets/tools.json).
- Execution with proper parameter handling: Call MCP tools with JSON arguments and collect structured results.
- Context-efficient subagent integration: Delegate MCP work to an mcp-manager subagent so the main context stays clean.
Quick Start
Ask your AI to manage MCP servers, discover available tools, and then execute a specific tool using the JSON arguments you provide.