agent sec for Gemini CLI
ai.kernora/agent-sec
Zero-install security baseline for AI coding agents — OWASP/CWE-cited rules over MCP.
client:Gemini CLI
transport:streamable-http
tools:2
Install agent sec in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agent-sec": {
"httpUrl": "https://agentsec.kernora.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs