agentwork mcp for Gemini CLI
io.github.ferm-ai/agentwork-mcp
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
client:Gemini CLI
transport:streamable-http
runtime:pypi
Install agentwork mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentwork-mcp": {
"httpUrl": "https://mcp.agentwork.so/"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs