Defenter Proxy for Gemini CLI
io.github.defenter-ai/defenter-proxy
Real-time semantic security for AI coding agents and MCP tools
client:Gemini CLI
transport:stdio
runtime:pypi
Install Defenter Proxy in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"defenter-proxy": {
"command": "uvx",
"args": [
"defenter-proxy"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs