session-recall

verve-sh/session-recall
★ 0 stars TypeScript AI/LLM Updated today
Claude Code plugin — hybrid FTS5 + vector search MCP server over past Claude Code sessions
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": {
    "session-recall": {
      "command": "npx",
      "args": [
        "-y",
        "verve-sh/session-recall"
      ]
    }
  }
}

README Excerpt

Hybrid FTS5 trigram + vector cosine search over past Claude Code sessions, fused via RRF with recency boost. Runs as an MCP server — Claude can search, drill into, and audit prior session history automatically. - **`session_search`** — Hybrid search across all indexed sessions. Trigram FTS for exact text matching, Voyage AI vector embeddings for semantic similarity, fused via Reciprocal Rank Fusion (RRF) with recency boost. Use concrete text fragments — error messages, file names, CLI output.

Tools (4)

CLAUDE_PROJECT_DIRSESSION_RECALL_DBSESSION_RECALL_DIRVOYAGE_API_KEY