← Back to Plugins
MCP Server MCP

io.github.rupinder2/mcp-orchestrator

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-orchestrator

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-orchestrator",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Storage backend for tool cache. Use 'memory' for development or 'redis' for production.",
          "format": "string",
          "name": "STORAGE_BACKEND"
        },
        {
          "description": "Redis connection URL. Required only when STORAGE_BACKEND=redis.",
          "format": "string",
          "name": "REDIS_URL"
        },
        {
          "description": "Path to the server_config.json file listing downstream MCP servers.",
          "format": "string",
          "name": "SERVER_CONFIG_PATH"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "mcp-orchestrator",
      "version": "0.1.2",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:{ORCHESTRATOR_PORT}/mcp"
      },
      "environmentVariables": [
        {
          "description": "Port for the HTTP transport server (default: 8080).",
          "format": "string",
          "name": "ORCHESTRATOR_PORT"
        },
        {
          "description": "Storage backend for tool cache. Use 'memory' for development or 'redis' for production.",
          "format": "string",
          "name": "STORAGE_BACKEND"
        },
        {
          "description": "Redis connection URL. Required only when STORAGE_BACKEND=redis.",
          "format": "string",
          "name": "REDIS_URL"
        },
        {
          "description": "Path to the server_config.json file listing downstream MCP servers.",
          "format": "string",
          "name": "SERVER_CONFIG_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...