deja vu for VS Code
io.github.vshulcz/deja-vu
deja-vu: local memory over the session histories of thirty-four coding agents.
client:VS Code
transport:stdio
runtime:npm
Install deja vu in VS Code
.vscode/mcp.json
{
"servers": {
"deja-vu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vshulcz/deja-vu"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs