Skip to content
Gemini CLI

mcp gateway for Gemini CLI

io.github.rupinder2/mcp-gateway

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

client:Gemini CLI transport:stdio runtime:pypi

Install mcp gateway in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-gateway": {
      "command": "uvx",
      "args": [
        "mcp-orchestration-gateway"
      ],
      "env": {
        "STORAGE_BACKEND": "<STORAGE_BACKEND>",
        "REDIS_URL": "<REDIS_URL>",
        "SERVER_CONFIG_PATH": "<SERVER_CONFIG_PATH>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp gateway in other clients