Skip to content
Gemini CLI

bouncer for Gemini CLI

io.github.nugehs/bouncer

Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP.

client:Gemini CLI transport:stdio runtime:npm

Install bouncer in Gemini CLI

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

{
  "mcpServers": {
    "bouncer": {
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/bouncer"
      ]
    }
  }
}

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

bouncer in other clients