total recall for Cursor
io.github.avi-bendetsky/total-recall
Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.
client:Cursor
transport:stdio
runtime:npm
Install total recall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"total-recall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@avi-total-recall/total-recall"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs