← Index

io.github.rupinder2/mcp-orchestrator

io.github.rupinder2/mcp-orchestrator·v0.1.2·Search
Quality Score
77
/100

Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-orchestrator": {
      "command": "uvx",
      "args": [
        "mcp-orchestrator"
      ],
      "env": {
        "STORAGE_BACKEND": "<storage_backend>",
        "REDIS_URL": "<redis_url>",
        "SERVER_CONFIG_PATH": "<server_config_path>",
        "ORCHESTRATOR_PORT": "<orchestrator_port>"
      }
    }
  }
}
§02  Environment variables
STORAGE_BACKEND

Storage backend for tool cache. Use 'memory' for development or 'redis' for production.

REDIS_URL

Redis connection URL. Required only when STORAGE_BACKEND=redis.

SERVER_CONFIG_PATH

Path to the server_config.json file listing downstream MCP servers.

ORCHESTRATOR_PORT

Port for the HTTP transport server (default: 8080).

STORAGE_BACKEND

Storage backend for tool cache. Use 'memory' for development or 'redis' for production.

REDIS_URL

Redis connection URL. Required only when STORAGE_BACKEND=redis.

SERVER_CONFIG_PATH

Path to the server_config.json file listing downstream MCP servers.

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search