MCP 伺服器

MCP Orchestrator

An MCP server that aggregates tools from multiple downstream MCP servers and supports tool search.

44mo ago
來源

安裝

pip
pip install mcp-orchestrator

把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。

介紹

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.

標籤

mcpclaude-desktoptool-searchorchestrationpython