recall

NetziTech/recall
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
MCP server giving Claude Code (and any MCP client) persistent, selective, auto-curated memory per project. Memory lives inside <repo>/.recall/. Hybrid search (BM25 + sqlite-vec). 3 privacy modes (shared/encrypted/private).
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "recall": {
      "command": "npx",
      "args": [
        "-y",
        "NetziTech/recall"
      ]
    }
  }
}

Topics

ai-agentsanthropicclaude-codeclean-architecturedddfts5hexagonal-architecturehybrid-searchmcpmemorymodel-context-protocolsqlitesqlite-vectypescript