deja-vu is a local-first agent-memory tool maintained by vshulcz (Vladislav Shulcz) under the MIT license; it is not an official project of any agent vendor. Its distinguishing claim is where memory comes from: it indexes the session histories already on disk, so it is useful immediately after install and can surface work done months before, rather than starting empty and recording forward. The README reports 85.3% hit@1 on LongMemEval-S, 69.6% on LoCoMo, and about 0.4 ms median in-process lookup over a 5.2 GB store of 1,551 sessions. On the MCP side it exposes one tool, deja, with a mode switching between six behaviors, and it also hooks into PreToolUse/PostToolUse for recall at the point of action. It suits developers running multiple coding agents who value local-only, LLM-free retrieval, and is a poor fit for those who need hosted shared memory or cannot accept the limits of pattern-based redaction.
Security and permissions
14/20
Read the FMRS scoring method →