This is a meta-server that sits between Claude and your collection of other MCP servers. Instead of registering each server individually in Claude Desktop, you register them once in a server_config.json, and the orchestrator aggregates all their tools under a single connection. It namespaces everything as server_name__tool_name and adds a tool_search function that uses BM25 ranking to find relevant tools across your entire fleet without loading them all into context at once. You'd reach for this when you're managing half a dozen MCP servers and want unified discovery and search instead of cluttering Claude's tool list. Supports both stdio and HTTP transports, with optional Redis backing for production deployments.
claude mcp add --transport stdio rupinder2-mcp-gateway uvx mcp-gateway