VerifyAX for Gemini CLI
io.github.verifyax/mcp-server
Evaluate, benchmark, and simulate AI agents on the VerifyAX agent-evaluation platform.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install VerifyAX in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-server": {
"httpUrl": "https://mcp.verifyax.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs