Skip to content
Gemini CLI

gateway for Gemini CLI

ai.sealgate/gateway

MCP gateway with runtime security policy, tool-call-level control, and audit of agent actions.

client:Gemini CLI transport:streamable-http

Install gateway in Gemini CLI

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

{
  "mcpServers": {
    "gateway": {
      "httpUrl": "https://mcp.sealgate.ai/mcp"
    }
  }
}

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

gateway in other clients