Serversio.github.rupinder2/mcp-orchestrator
O

io.github.rupinder2/mcp-orchestrator

io.github.rupinder2/mcp-orchestrator · v0.1.2
▦ pypi
v0.1.2pypi pypi: mcp-orchestrator↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.rupinder2/mcp-orchestrator",
  "description": "Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.",
  "repository": {
    "url": "https://github.com/rupinder2/mcp-orchestrator",
    "source": "github"
  },
  "version": "0.1.2",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}