A2CR for VS Code
io.github.a2cr/a2cr-mcp
Save AI-agent handoff checkpoints, WorkStash notes, and WorkThreads in a local A2CR workspace.
client:VS Code
transport:stdio
runtime:pypi
Install A2CR in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "a2cr-local-db",
"description": "A2CR_LOCAL_DB",
"password": true
}
],
"servers": {
"a2cr-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"a2cr-mcp"
],
"env": {
"A2CR_LOCAL_DB": "${input:a2cr-local-db}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs