operant-mcp for Gemini CLI
io.github.saagpatel/operant-mcp
Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.
client:Gemini CLI
transport:streamable-http
runtime:npm
tools:5
Install operant-mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"operant-mcp": {
"httpUrl": "https://operant-mcp.saagar210.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs