Back to MCP Servers
Orchestrator
Central hub that aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.
aggregators
By rupinder2
Installation
npx -y mcp-orchestratorConfiguration
{
"mcpServers": {
"mcp-orchestrator": {
"command": "npx",
"args": ["-y", "mcp-orchestrator"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes