Serversio.github.rupinder2/mcp-gateway
G

io.github.rupinder2/mcp-gateway

io.github.rupinder2/mcp-gateway · v0.1.1
▦ pypi
v0.1.1pypi pypi: mcp-orchestration-gateway↗ 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-gateway",
  "description": "Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading.",
  "repository": {
    "url": "https://github.com/rupinder2/mcp-gateway",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-orchestration-gateway",
      "version": "0.1.1",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}