total recall for VS Code
io.github.bas-more/total-recall
Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.
client:VS Code
transport:stdio
runtime:npm
Install total recall in VS Code
.vscode/mcp.json
{
"servers": {
"total-recall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@avi-total-recall/total-recall"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs