Loading MCP server directory, please wait...
Save WorkBaton checkpoints and WorkStash notes for AI agent handoffs.
npx @getmcp/cli add io.github.a2cr/a2cr-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
A2CR_API_KEYA2CR API key from the a2cr.app dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.a2cr/a2cr-mcp": {
"command": "uvx",
"args": [
"a2cr-mcp"
],
"env": {
"A2CR_API_KEY": "",
"A2CR_BASE_URL": "https://a2cr.app"
}
}
}
}