🧠 claude-brain: Long-term memory for Claude Code
The claude-brain project has been developed to give Claude Code full memory capabilities through a local SQLite database and the MCP protocol. This allows for the preservation of all dialogues, decisions, and facts without loss, supporting semantic and fuzzy search.
🌍 This is a significant step from simple RAG systems toward fully autonomous AI agents with managed, structured memory.
👤 You will be able to avoid re-explaining architecture during every new session, saving tokens and reducing the risk of hallucinations.
Source 1: https://github.com/mikeadolan/claude-brain Source 2: https://dev.to/slawekluzny/project-brain-giving-claude-code-a-memory-that-actually-works-45mp
