From 819fd7ed89f6ee0bf1cf902eea02fe23157d1719 Mon Sep 17 00:00:00 2001 From: vshulcz Date: Sun, 6 Sep 2026 13:14:55 +0300 Subject: [PATCH] Add deja-vu to the tools catalog --- website/data/tools.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/website/data/tools.yml b/website/data/tools.yml index b8420d8ffe..ec2698423e 100644 --- a/website/data/tools.yml +++ b/website/data/tools.yml @@ -86,6 +86,48 @@ tools: - knowledge-base - semantic-search + - id: deja-vu + name: deja-vu + description: >- + Memory for coding agents built from the session history already on disk. deja indexes + the transcripts VS Code Copilot Chat, Copilot CLI, Claude Code, Codex, Cursor and + eighteen other agents write locally, including months from before it was installed, + and exposes recall, fix-lookup and per-file history through a stdio MCP server. One Go + binary, no LLM, no embeddings, nothing leaves the machine. + category: MCP Servers + featured: false + requirements: + - deja binary on PATH (brew install deja-vu, or npm i -g @vshulcz/deja-vu) + - Existing session history from any supported agent (indexed on first use) + links: + github: https://github.com/vshulcz/deja-vu + npm: https://www.npmjs.com/package/@vshulcz/deja-vu + documentation: https://vshulcz.github.io/deja-vu/guide/memory-for-copilot.html + features: + - "Reads 23 agents' stores: VS Code Copilot Chat, Copilot CLI, Claude Code, Codex, Cursor, OpenClaw, Hermes and more" + - "Starts full: the sessions already on disk are searchable the minute it is installed" + - "One MCP tool with modes: recall, fix (what was run after this error), blame (a file's session history), how, context, remember" + - "Credentials stripped as the index is built; local index, no network" + - "Millisecond lexical retrieval over gigabytes of transcripts" + configuration: + type: json + content: | + { + "servers": { + "deja": { + "type": "stdio", + "command": "deja", + "args": ["mcp"] + } + } + } + tags: + - mcp + - memory + - session-history + - recall + - local-first + - id: vscode-extension name: Awesome GitHub Copilot Browser description: >-