agentloopkit for Gemini CLI
io.github.abhiyoheswaran1/agentloopkit
Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.
client:Gemini CLI
transport:stdio
runtime:npm
Install agentloopkit in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentloopkit": {
"command": "npx",
"args": [
"-y",
"agentloopkit"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs