Interact with Claude's persistent memory stored in `.claude/mind.mv2`.
Manages persistent memory stored in .claude/mind.mv2 with stats, search, ask, and recent commands.
/plugin marketplace add memvid/memvid-mind/plugin install memvid-mind@memvidInteract with Claude's persistent memory stored in .claude/mind.mv2.
IMPORTANT: Use the SDK scripts (not CLI). The memory file is auto-created if it doesn't exist.
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/stats.js"
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/find.js" "QUERY_HERE" 10
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/ask.js" "QUESTION_HERE"
node "${CLAUDE_PLUGIN_ROOT}/dist/scripts/timeline.js" 20
/mind stats → Shows memory statistics, auto-creates file if needed
/mind search auth → Searches for "auth" in memories
/mind ask "Why React?" → Asks a question about memories
/mind recent → Shows 20 most recent memories
When displaying results: