HumanOps for Gemini CLI
io.github.thepianistdirector/humanops
MCP server for AI agents to dispatch real-world tasks to verified human operators
client:Gemini CLI
transport:stdio
runtime:npm
Install HumanOps in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"humanops": {
"command": "npx",
"args": [
"-y",
"@humanops/mcp-server"
],
"env": {
"HUMANOPS_API_KEY": "<HUMANOPS_API_KEY>",
"HUMANOPS_API_URL": "<HUMANOPS_API_URL>",
"HUMANOPS_SANDBOX": "<HUMANOPS_SANDBOX>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs