deja vu for Cursor
io.github.vshulcz/deja-vu
deja-vu: local memory over the session histories of thirty-four coding agents.
client:Cursor
transport:stdio
runtime:npm
Install deja vu in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deja-vu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vshulcz/deja-vu"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs