agentpack for Gemini CLI
io.github.ihorponom/agentpack
Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP.
client:Gemini CLI
transport:stdio
runtime:npm
Install agentpack in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentpack": {
"command": "npx",
"args": [
"-y",
"agentpack-cli"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs