Give Claude a Mind
Memory for Claude Code that persists across sessions. Decisions, learnings, and reminders. Install with 2 commands. Free forever.
Why Mind?
Without memory, Claude starts every session blank. These problems go away.
Rabbit Holes
Claude goes down the wrong path for an hour before you notice. Mind tracks what's been tried so it doesn't loop.
Doesn't Remember You
Your preferences, your stack, your way of doing things - gone every session. Mind remembers who it's working with.
Session Memory Lost
Terminal closes. All that context? Vanished. Mind persists what matters between sessions.
Forgets What's Built
Claude references features that don't exist, or rebuilds things you have. Mind tracks what's done vs not.
Spaghetti Code
No memory means disconnected updates. Claude patches on patches. Mind keeps the full picture for coherent changes.
2 Commands to Fix All This
pip install, mind init. These problems stop. Fully automated after.
How It Works
MCP tools run locally, filtering what's worth remembering into the right place.
mind_recall() mind_log() mind_search() mind_blocker() mind_remind() mind_edges()The Filtering Logic
When Claude logs something, Mind decides where it goes based on whether it's useful long-term:
Smart Reminders
Time-based or context-triggered. Never forget what matters.
"tomorrow" Next day"in 3 days" Relative date"next session" On next recall"2025-12-25" Specific date"when I mention auth" Keyword trigger"when we work on API" Topic trigger12 MCP Tools
Click a command to see what it does
## Memory: Active Last captured: 2 hours ago ## Reminders Due - Review auth flow when we work on login ## Recent Decisions - file-based storage (simpler, git-trackable) ## Continue From Last: two-layer memory system
Loads everything Claude needs to remember about your project - past decisions, learnings, what you were working on, and any reminders.
Ready to Give Claude a Mind?
2 commands. Zero friction.
pip install vibeship-mindcd your-project mind init{
"mcpServers": {
"mind": {
"command": "mind",
"args": ["mcp"]
}
}
}