deja vu for Zed
io.github.vshulcz/deja-vu
deja-vu: local memory over the session histories of thirty-four coding agents.
client:Zed
transport:stdio
runtime:npm
Install deja vu in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deja-vu": {
"command": "npx",
"args": [
"-y",
"@vshulcz/deja-vu"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs