Skip to content
Zed

A2CR for Zed

io.github.a2cr/a2cr-mcp

Save AI-agent handoff checkpoints, WorkStash notes, and WorkThreads in a local A2CR workspace.

client:Zed transport:stdio runtime:pypi

Install A2CR in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "a2cr-mcp": {
      "command": "uvx",
      "args": [
        "a2cr-mcp"
      ],
      "env": {
        "A2CR_LOCAL_DB": "<A2CR_LOCAL_DB>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

A2CR in other clients