https://github.com/user-attachments/assets/b57cb3db-576b-4c1f-af92-95796ba3fb5b **Install in 30 seconds** · How it Works · Commands · Full Demo **200K context window. Zero memory between sessions.** You're paying for a goldfish with a PhD. One file. Claude remembers everything. Then: → Installed → **mind** Enable Plugin → Restart. Done. After install, Claude's memory liv...
The Free2AITools Nexus Index for Claude Brain aggregates Popularity (P:0), Freshness (F:0), and Completeness (C:0). The Utility score (U:0) represents deployment readiness and ecosystem adoption.
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
text
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
bash
# One-time setup (if you haven't used GitHub plugins before)
git config --global url."https://github.com/".insteadOf "[email protected]:"
bash
# 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:
text
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 brain
scp → transfer anywhere
Send to teammate → instant onboarding
Commands
In Claude Code:
bash
/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: