
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
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Comments