Claude Mind Memory
Search and manage Claude's persistent memory kept in one portable .mv2 file.
UtilitiesIntermediate★ 571⑂ 60AI score 7/10Last updated: Jan 19, 2026
What it does
- Treats your discoveries, decisions, problems and solutions as durable memory stored in a single
.claude/mind.mv2file. - Exposes bundled Node scripts (
find.js,ask.js,stats.js,timeline.js) for semantic search, Q&A, stats and recent-memory review. - Memories are auto-classified into 10 types (discovery, decision, problem, solution, pattern, warning, and more).
Who it's for
- Developers returning to the same codebase across many sessions who keep re-deriving past decisions.
- Teams who want instant onboarding by sharing one memory file.
- Claude Code users with Node.js available and the ability to install plugins.
Examples
find.js "authentication" 5— pull the 5 most relevant auth-related memories.ask.js "Why did we choose React?"— ask why a past technical decision was made.timeline.js 20— review the last 20 memories before resuming work.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/memvid/claude-brain/HEAD/skills/mind/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/mind folder from the GitHub repo memvid/claude-brain into my ~/.claude/skills/mind/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/memvid/claude-brain.git && mkdir -p ~/.claude/skills/mind && cp -r claude-brain/skills/mind/* ~/.claude/skills/mind/⚠ This is a third-party skill. Check the source repository before installing.
- Confirm Node.js is installed (
node -v). - Clone the repo:
git clone https://github.com/memvid/claude-brain.git - Follow the repo README to install dependencies and build so
dist/scripts/exists. - Copy the skill into place:
mkdir -p ~/.claude/skills/mind && cp -r claude-brain/skills/mind/* ~/.claude/skills/mind/ - Make sure
${CLAUDE_PLUGIN_ROOT}resolves to the folder holding the scripts (set automatically when installed as a plugin). - Restart Claude Code and test with a prompt like "search my memory for authentication work".
View source on GitHub ↗License: MIT