
A2CR
@a2cr
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"a2cr": {
"command": "a2cr-mcp",
"args": [],
"env": {
"A2CR_BASE_URL": "https://a2cr.app"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 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.
How to use A2CR?
Install the package with python -m pip install --upgrade a2cr-mcp. After installation, configure your MCP client to run the server – no additional configuration commands are documented.
Key features of A2CR
- Facilitates AI-agent handoffs between sessions
- Saves client-encrypted WorkBaton checkpoints
- Stores WorkStash notes for context transfer
- Enables resuming work without full chat history
- Lightweight Python package available on PyPI
Use cases of A2CR
- Continue long-running AI conversations across multiple sessions
- Transfer agent state and notes between different MCP clients
- Persist encrypted checkpoints for secure context retention
FAQ from A2CR
—
More AI & Agents MCP servers
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Comments