VOOZH about

URL: https://mcp.so/server/a2cr/A2CR

⇱ A2CR MCP Server


A2CR

@A2CR

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:

Server Config

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

Build with ShipAny.