A2CR for Cline
io.github.a2cr/a2cr-mcp
Save AI-agent handoff checkpoints, WorkStash notes, and WorkThreads in a local A2CR workspace.
client:Cline
transport:stdio
runtime:pypi
Install A2CR in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"a2cr-mcp": {
"command": "uvx",
"args": [
"a2cr-mcp"
],
"env": {
"A2CR_LOCAL_DB": "<A2CR_LOCAL_DB>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs