Skip to content
Gemini CLI

MCP Gateway for Gemini CLI

io.github.panossalt/mcp-gateway

Multi-tenant MCP platform with OAuth 2.1, Entra SSO, RBAC and audit logging.

client:Gemini CLI transport:sse

Install MCP Gateway in Gemini CLI

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

{
  "mcpServers": {
    "mcp-gateway": {
      "url": "https://your-gateway.example.com/t/your-org/mcp/sse"
    }
  }
}

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