Enables Claude to retrieve relevant memories from a folder of markdown files using hybrid search (BM25F, dense embeddings, phrase proximity) and to explicitly report when no strong match exists instead of guessing.
Provides local-first, cross-session memory for Claude Code, enabling semantic search across past sessions to retrieve procedures, decisions, or answers without exposing secrets.
Enables Claude Code to search and retrieve from a local knowledge base of markdown notes using hybrid semantic+keyword search, keeping data entirely offline.
Cross-project memory for Claude Code, enabling local semantic recall and secure, git-versioned markdown storage of reusable knowledge across repositories.