mind
Claude Mind - Give Claude photographic memory in ONE portable file. Share, version, and transfer your Claude's brain.
pinned to #5df71f7updated 3 months ago
Ask your AI client: “install plugins/mind”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/mindmetahub onboarded this repo on the author's behalf.
If you own github.com/memvid/claude-brain on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
524
Last commit
3 months ago
Latest release
published
- #ai-tools
- #anthropic
- #claude
- #claude-agents
- #claude-ai
- #claude-code
- #claude-skills
- #context-window
- #developer-tools
- #llm-memory
- #long-term-memory
- #memvid
- #persistent-memory
- #portable
- #rag
- #rust
- #single-file
What's bundled
Items extracted from this plugin's manifest + directory tree.
Skills (2)
skills/memoryClaude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 fileskills/mindClaude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file
Commands (4)
/askAsk Claude's memory system questions about past work, decisions, and context./recentDisplay the most recent memories and activity from Claude's persistent storage./searchSearch through Claude's persistent memories for specific content, patterns, or keywords./statsShow statistics about Claude's persistent memory file including total memories, storage size, and recent activity.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.5df71f7· 3 months ago
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Maintenance
2 passed1 warningRecent activitywarn
last push 6 months ago — looks slowing down
Consumers prefer artifacts that are actively maintained (threshold: 90 days, configurable via EVAL_RECENCY_PASS_DAYS).
Tests detected
1 test directory · 2 test files
CI configuration detected
GitHub Actions (2 workflows)
Release history
1- releasecurrent5df71f7warn3 months ago
Contents
The Problem
You: "Remember that auth bug we fixed?"
Claude: "I don't have memory of previous conversations."
You: "We spent 3 hours on it yesterday"
Claude: "I'd be happy to help debug from scratch!"
200K context window. Zero memory between sessions.
You're paying for a goldfish with a PhD.
The Fix
You: "What did we decide about auth?"
Claude: "We chose JWT over sessions for your microservices.
The refresh token issue - here's exactly what we fixed..."
One file. Claude remembers everything.
Installation
# One-time setup (if you haven't used GitHub plugins before)
git config --global url."https://github.com/".insteadOf "[email protected]:"
# In Claude Code
/plugin add marketplace memvid/claude-brain
Then: /plugins → Installed → mind Enable Plugin → Restart.
Done.
How it Works
After install, Claude's memory lives in one file:
your-project/
└── .claude/
└── mind.mv2 # Claude's brain. That's it.
No database. No cloud. No API keys.
What gets captured:
- Session context, decisions, bugs, solutions
- Auto-injected at session start
- Searchable anytime
Why one file?
git commit→ version control Claude's brainscp→ transfer anywhere- Send to teammate → instant onboarding
Commands
In Claude Code:
/mind stats # memory statistics
/mind search "authentication" # find past context
/mind ask "why did we choose X?" # ask your memory
/mind recent # what happened lately
Or just ask naturally: "mind stats", "search my memory for auth bugs", etc.
CLI (Optional)
For power users who want direct access to their memory file:
npm install -g memvid-cli
memvid stats .claude/mind.mv2 # view memory stats
memvid find .claude/mind.mv2 "auth" # search memories
memvid ask .claude/mind.mv2 "why JWT?" # ask questions
memvid timeline .claude/mind.mv2 # view timeline
FAQ
<b>How big is the file?</b>
Empty: ~70KB. Grows ~1KB per memory. A year of use stays under 5MB.
<b>Is it private?</b>
100% local. Nothing leaves your machine. Ever.
<b>How fast?</b>
Sub-millisecond. Native Rust core. Searches 10K+ memories in <1ms.
<b>Reset memory?</b>
rm .claude/mind.mv2
Built on memvid - the single-file memory engine
If this saved you time, star the repo
Send me your .mv2 file and I'll tell you what's wrong with your code. No context needed - I already know everything.
Reviews
No reviews yet. Be the first.
Related
Claude Mem
Memory compression system for Claude Code - persist context across sessions
ECC
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
ponytail
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
mh install plugins/mind