A2CR for Windsurf
io.github.a2cr/a2cr-mcp
Save AI-agent handoff checkpoints, WorkStash notes, and WorkThreads in a local A2CR workspace.
client:Windsurf
transport:stdio
runtime:pypi
Install A2CR in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"a2cr-mcp": {
"command": "uvx",
"args": [
"a2cr-mcp"
],
"env": {
"A2CR_LOCAL_DB": "<A2CR_LOCAL_DB>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs