← Index

io.github.rupinder2/mcp-gateway

io.github.rupinder2/mcp-gateway·v0.1.1·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-gateway": {
      "command": "uvx",
      "args": [
        "mcp-orchestration-gateway"
      ],
      "env": {
        "STORAGE_BACKEND": "<storage_backend>",
        "REDIS_URL": "<redis_url>",
        "SERVER_CONFIG_PATH": "<server_config_path>"
      }
    }
  }
}
§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.

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