MCP server for AI-agent handoffs. A2CR saves client-encrypted WorkBaton checkpoints and WorkStash notes so MCP-capable clients can resume work without passing full chat history.
Overview
A2CR
A2CR is an MCP server for AI-agent handoffs. It saves client-encrypted WorkBaton checkpoints and WorkStash notes so MCP-capable clients can resume work without passing full chat history.
Install:
python -m pip install --upgrade a2cr-mcp
Links:
- GitHub: https://github.com/a2cr/a2cr
- Docs: https://a2cr.app/en/manual
- App: https://a2cr.app
Server Config
{
"mcpServers": {
"a2cr": {
"command": "a2cr-mcp",
"args": [],
"env": {
"A2CR_BASE_URL": "https://a2cr.app"
}
}
}
}