A2CR for Gemini CLI
io.github.a2cr/a2cr-mcp
Save AI-agent handoff checkpoints, WorkStash notes, and WorkThreads in a local A2CR workspace.
client:Gemini CLI
transport:stdio
runtime:pypi
Install A2CR in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"a2cr-mcp": {
"command": "uvx",
"args": [
"a2cr-mcp"
],
"env": {
"A2CR_LOCAL_DB": "<A2CR_LOCAL_DB>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs