This is a meta-layer server that sits above your other MCP servers and aggregates their tools into a single interface. Instead of Claude loading every tool from every server upfront, you get deferred loading through a unified search system. It uses BM25 ranking for natural language queries or regex for pattern matching, returns tool references that Claude can then load on demand, and routes calls back to the appropriate downstream server. Configure servers via JSON (supporting both stdio and HTTP transports), and it handles namespacing, caching, and authentication. Useful when you have many MCP servers and want to avoid context bloat while maintaining discoverability across your entire tool ecosystem.
claude mcp add --transport stdio rupinder2-mcp-orchestrator uvx mcp-orchestrator