Memvid Claude Brain
memvid-claude-brain is a Claude Code plugin for the Build phase that stores agent memory in one portable .mv2 file with a fast local Rust core.
Install memvid-claude-brain when you want Claude Code to remember past sessions in a single git-friendly file instead of spinning up a vector DB.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install memvid-claude-brain@memvid/claude-brainBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:memvid/claude-brain") and the paste-ready config with skillselion.get_install_config("plugin:memvid/claude-brain").
What it does
memvid-claude-brain is a Claude Code plugin that gives your agent persistent, searchable memory packaged as a single .mv2 file. Solo builders who hate maintaining Chroma, SQLite, or cloud vector stores can treat memory like any other artifact: add it to git, copy it over SSH, or hand it to a collaborator. The pitch is a Rust-backed engine with very fast local operations so recall stays invisible during normal coding. You reach for it when context window limits or fresh sessions keep erasing decisions, naming choices, and half-finished plans. It fits indie workflows where one person owns the repo and wants zero ops overhead. It does not replace structured docs or issue trackers; it complements them by capturing what was said and decided in agent conversations. Pair it with normal SKILL.md and CLAUDE.md hygiene so the brain file reinforces—not duplicates—your source of truth.
Highlights
- Stores photographic-style session memory in one portable .mv2 file—no SQLite, ChromaDB, or hosted database
- Native Rust core advertised for sub-millisecond read/write operations
- Version-control friendly: commit, scp, or share the same brain file across machines
- Community listing: 1 plugin bundle in memvid/claude-brain (347 GitHub stars on catalog metadata)
- Portable memory layer for Claude Code, not a separate chat app
Why builders use it
Every new Claude Code session forces you to re-teach context, and traditional RAG stacks add databases and hosting you do not want on a solo project.
After install, Claude can read and write durable memory from a single file you can commit and move with the repo.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 347 stars, 0 votes.
FAQ
Who is memvid-claude-brain for?
Solo and small-team builders using Claude Code who want session memory in one file they can git-track or copy, without running Chroma or SQLite services.
When should I use memvid-claude-brain?
Use it when long projects lose conversational context between sessions and you prefer a portable .mv2 artifact over a separate memory database.
How do I add memvid-claude-brain to my agent?
Install the plugin from the memvid/claude-brain marketplace entry in Claude Code, then follow the repo README to register the brain file path in your project workflow.
Comments
Share how you use memvid-claude-brain, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.