memvid/claude-brain
A persistent memory plugin for Claude Code that stores conversation context, decisions, and solutions in a single portable .mv2 file.

This plugin gives Claude Code long-term memory between sessions by capturing and storing session context, code decisions, bugs, and solutions in one portable file. It uses a native Rust core for fast sub-millisecond retrieval and auto-injects relevant memories at the start of each session. No database or external service required — the entire memory state lives in a single .mv2 file that can be git-committed, shared, or transferred.