Skip to main content
Glama
vshulcz

vshulcz/deja-vu

Related Servers

Alternatives to vshulcz/deja-vu

  • A
    license
    B
    quality
    C
    maintenance
    A fully local persistent memory layer for LLM coding agents (Claude Code, Codex, Gemini CLI, OpenCode). A shell wrapper intercepts tool invocations, fires hooks on every tool call, then runs a 3-layer pipeline (extract → compress to ≤500-token digest → merge into project memory doc) at session end. The next session gets prior context injected automatically.
    6
    5 npm
    MIT

Related Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Local semantic search over Claude Code sessions and shell command history, exposed to Claude Code as an MCP tool. Everything is indexed into one vector space and runs entirely on your machine.
    2
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    Local-first memory for AI coding agents. Indexes your Claude Code, Codex, Cursor, Cline and Gemini CLI history by repo/branch/worktree and hands a context capsule (decisions, touched files, next steps) to the next agent over MCP.
    -
  • A
    license
    B
    quality
    C
    maintenance
    Provides local, agentic semantic recall over Claude Code session history, enabling the agent to search past discussions semantically, expand turns, and grep transcripts.
    5
    12
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Persistent local memory for Claude Code that indexes every session's JSONL file verbatim into SQLite + ChromaDB. Exposes 17 MCP tools for semantic recall, deterministic file replay, and fuzzy "do you remember when..." queries across your entire session history — no API calls, nothing leaves the machine.
    17
    234 PyPI
    14
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Persistent memory + FTS5 full-text search for Claude Code conversation history. Indexes ~/.claude/projects/ JSONL into SQLite, exposes 10 MCP tools (store/recall/search memories, browse sessions, get summaries) plus prompts. Includes a web UI for visual exploration
    10
    42 npm
    93
    MIT

TDQS

A4.5/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so there is no possibility of selecting the wrong tool. The internal modes are clearly described with specific triggers and use cases.

Naming Consistency5/5

With a single tool named 'deja', there is no naming convention to violate. The name is short, memorable, and fits the server's purpose.

Tool Count2/5

One monolithic tool is too few for the broad scope advertised—search, context, blame, fix, how-to, and memory storage are all crammed into a single tool. Separating these into distinct tools would make the surface clearer and more flexible.

Completeness5/5

The tool covers the full lifecycle of personal coding session memory: search (recall), deep-dive (context), historical reasoning (blame), error recovery (fix), command lookup (how), and durable storage (remember). No obvious gaps exist for the stated domain.

Maintenance

ActivityActive
ResponsivenessResponsive