Skip to content
Gemini CLI

BriefGate for Gemini CLI

io.github.sekera-radim/briefgate

Client intake for AI agents: get files, copy and logins from clients, chased automatically.

client:Gemini CLI transport:stdio runtime:npm

Install BriefGate in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "briefgate": {
      "command": "npx",
      "args": [
        "-y",
        "@briefgate/mcp"
      ],
      "env": {
        "BRIEFGATE_API_KEY": "<BRIEFGATE_API_KEY>",
        "BRIEFGATE_BASE_URL": "<BRIEFGATE_BASE_URL>"
      }
    }
  }
}

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

BriefGate in other clients