Skip to content
Gemini CLI

Perforce Agentic Gateway for Gemini CLI

io.github.perforce/perforce-agentic-gateway

Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode

client:Gemini CLI transport:stdio runtime:pypi

Install Perforce Agentic Gateway in Gemini CLI

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

{
  "mcpServers": {
    "perforce-agentic-gateway": {
      "command": "uvx",
      "args": [
        "perforce-agentic-gateway"
      ]
    }
  }
}

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

Perforce Agentic Gateway in other clients