提交
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.
概览

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:

服务器配置

{
  "mcpServers": {
    "a2cr": {
      "command": "a2cr-mcp",
      "args": [],
      "env": {
        "A2CR_BASE_URL": "https://a2cr.app"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.