BrainLayer v1.0.0
Persistent memory and knowledge graph for AI agents — 7 MCP tools to search, store, recall, digest, and explore entities across every conversation.
Highlights
- 7 MCP tools (+ 14 backward-compatible aliases) for Claude Code, Cursor, Zed, VS Code
- Hybrid search — semantic (bge-large-en-v1.5) + keyword (FTS5), merged with Reciprocal Rank Fusion
- Local-first — SQLite + sqlite-vec, single
.dbfile, no cloud, no Docker - 10-field enrichment — local LLM via Ollama or MLX
- Knowledge graph — entities, relations, person lookup, time-decay scoring
- Multi-source indexing — Claude Code, WhatsApp, YouTube, Markdown, Claude Desktop
- 268,000+ chunks indexed in production use
Install
pip install brainlayer
brainlayer init
brainlayer indexFull Changelog
See CHANGELOG.md