deja

CynepMyx/deja
★ 1 stars Python AI/LLM Updated 15d ago
Semantic search MCP server for Claude Code sessions. pip install dejasearch
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "deja": {
      "command": "uvx",
      "args": [
        "deja"
      ]
    }
  }
}

Or install with pip: pip install deja

README Excerpt

> Semantic search over your AI coding agent session history. Ask questions about past conversations by meaning, not just keywords. **deja** is an [MCP server](https://modelcontextprotocol.io/) that indexes JSONL sessions from supported AI coding agents and provides hybrid search (vector + full-text) directly from Claude Code.

Tools (5)

codexget_contextget_session_chunksmcpServerssearch

Topics

claude-codeembeddingsmcppythonsemantic-searchsqlite