vshulcz/deja-vu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEJA_INDEX_DIR | No | Custom directory for deja index | |
| DEJA_NO_REDACT | No | Set to '1' to disable credential redaction (unsafe) | 0 |
| DEJA_CODEX_ROOT | No | Custom root directory for Codex CLI session files | |
| DEJA_CLAUDE_ROOT | No | Custom root directory for Claude Code session files | |
| DEJA_OPENCODE_DB | No | Custom path to opencode SQLite database | |
| DEJA_INCLUDE_SUBAGENTS | No | Set to '1' to include subagent transcripts (skipped by default) | 0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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