#568 · Primary category: AI Coding Assistants
claude-brain
Give Claude Code photographic memory in ONE portable file. No database, no SQLite, no ChromaDB - just a single .mv2 file you can git commit, scp, or share. Native Rust core with sub-ms operations.
Project last updated:01/19/26
GitHub Stars
574
Forks
60
Contributors
3
License
MIT
Why we included this project
Claude Code starts each session with a blank slate, so decisions and bug fixes from yesterday are gone unless you write them down. This plugin stores that memory in a single .mv2 file inside your project and auto-injects it at the start of every new session. The file is plain and self-contained, so you can git commit it to version-control your assistant's memory, scp it to another machine, or hand it to a teammate for instant onboarding. A native Rust core keeps searches fast as the file grows, and everything stays local with no database, cloud service, or API keys. If you want your coding assistant to actually learn from past work without adding infrastructure, this is a straightforward fit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.