agentgate for Gemini CLI
io.github.ciceroyang/agentgate
Read-only evidence for the tools agents run: MCP server records, coverage and policy.
client:Gemini CLI
transport:stdio
runtime:npm
Install agentgate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@zhiliangtech/agentgate"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs