Adds persistent memory to Claude Code with hybrid search combining SQLite FTS5 and semantic embeddings. Exposes five tools: memory_save to store facts with categories like preference or technical, memory_search for BM25 plus vector similarity merged via RRF, memory_update, memory_list, and memory_delete. The hook setup automatically injects your top 30 memories into every prompt based on access frequency and recency decay. Embeddings run locally with all-MiniLM-L6-v2, so nothing leaves your machine. Reach for this when you want Claude to remember project decisions, your coding preferences, or technical context across sessions without manual copy-paste.
claude mcp add --transport stdio io.github.kurovu146-memory-fts uvx memory-fts