MCP Server
MCP Orchestrator
An MCP server that aggregates tools from multiple downstream MCP servers and supports tool search.
44mo ago
Source Install
pip
pip install mcp-orchestrator
Add this to your Claude Code MCP settings or run via the CLI.
About
MCP Orchestrator is a central MCP server that connects to multiple downstream MCP servers and exposes their tools through one gateway. It supports deferred tool loading, BM25 or regex-based tool search, namespaced tool calls, and configurable auth and transports. The server can run over stdio for Claude Desktop or over HTTP. The project includes config-based server registration, cached tool definitions, and optional Redis-backed storage. The README also shows Claude Desktop integration and example downstream server configuration.
Tags
mcpclaude-desktoptool-searchorchestrationpython