Skip to main content
Glama
vshulcz

vshulcz/deja-vu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEJA_INDEX_DIRNoCustom directory for deja index
DEJA_NO_REDACTNoSet to '1' to disable credential redaction (unsafe)0
DEJA_CODEX_ROOTNoCustom root directory for Codex CLI session files
DEJA_CLAUDE_ROOTNoCustom root directory for Claude Code session files
DEJA_OPENCODE_DBNoCustom path to opencode SQLite database
DEJA_INCLUDE_SUBAGENTSNoSet to '1' to include subagent transcripts (skipped by default)0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
recallA

Search past coding-agent sessions (Claude Code, Codex, opencode, aider, Gemini CLI, Cursor, Antigravity, Grok Build) indexed on this machine and return the best matches as dense text under ~4KB. Use before debugging or re-implementing something: prior sessions often contain the exact fix, error message, or command. Query works best with specific tokens — an error string, function name, or flag.

recall_contextA

Return a markdown digest (~8KB) of the single best-matching prior session — the full problem/solution arc, not just snippets. Use after recall points at a session and more detail is needed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vshulcz/deja-vu'

If you have feedback or need assistance with the MCP directory API, please join our Discord server