Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

A2CR in other clients