Skip to content
Gemini CLI

bouncer gates for Gemini CLI

io.github.ajeermahmood/bouncer-gates

Stops secrets, cross-tenant queries and unsafe migrations before they merge.

client:Gemini CLI transport:stdio runtime:npm

Install bouncer gates in Gemini CLI

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

{
  "mcpServers": {
    "bouncer-gates": {
      "command": "npx",
      "args": [
        "-y",
        "bouncer-gates"
      ]
    }
  }
}

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

bouncer gates in other clients