Skip to content
VS Code

total recall for VS Code

io.github.avi-bendetsky/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

total recall in other clients