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
{
"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