Skip to content
Gemini CLI

gate for Gemini CLI

io.github.nugehs/gate

One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx — the unified merge gate.

client:Gemini CLI transport:stdio runtime:npm

Install gate in Gemini CLI

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

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

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

gate in other clients