Skip to content
Gemini CLI

candor for Gemini CLI

io.github.tombaldwin/candor

Per-function effect analysis for agents: blast radius, what reaches the network, gate verdicts.

client:Gemini CLI transport:stdio runtime:npm

Install candor 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": {
    "candor": {
      "command": "npx",
      "args": [
        "-y",
        "candor-ts"
      ],
      "env": {
        "CANDOR_ROOT": "<CANDOR_ROOT>"
      }
    }
  }
}

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

candor in other clients