Indexes your local Claude Code conversation history under ~/.claude/projects/ with BM25 and lets Claude search past sessions without re-explaining problems you've already solved. Four tools: remind_search queries by keyword with filters for project and recency, remind_message fetches full conversation context around a hit, remind_session returns structured metadata, and remind_resume generates the claude --resume command to jump back into an old thread. Built-in secret redaction strips API keys and tokens before indexing. Runs entirely local over stdio with no network calls. Useful when you're hitting the same infrastructure bug twice or need to recall how you configured something in a different project months ago.
claude mcp add --transport stdio emretheus-claude-remind-mcp uvx claude-remind-mcp