evalgate for Gemini CLI
io.github.ipezygj/evalgate
Statistical checks an agent runs before trusting an AI eval number (is #1 real, judge bias, more).
client:Gemini CLI
transport:stdio
runtime:pypi
Install evalgate in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"evalgate": {
"command": "uvx",
"args": [
"eval-integrity"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs