
Claude Remind Mcp
Search past Claude Code sessions locally and resume the right conversation with claude --resume.
Overview
Claude Remind MCP is a Build-phase MCP server that locally searches past Claude Code chats and supports resuming sessions via claude --resume.
What is this MCP server?
- Local BM25 search over Claude Code conversation JSONL—no cloud upload
- One-click style resume guidance via claude --resume
- Optional CLAUDE_CONFIG_DIR override (default ~/.claude)
- Optional CLAUDE_REMIND_DIR for index persistence (default ~/.claude-remind)
- stdio npm claude-remind-mcp v0.1.1
- Package version 0.1.1; MCP schema 2025-12-11
- Transport: stdio via npm identifier claude-remind-mcp
- Two optional path env vars: CLAUDE_CONFIG_DIR and CLAUDE_REMIND_DIR
Community signal: 1 GitHub stars.
What problem does it solve?
Claude Code stores rich session history locally but there is no fast way for your agent to find and reopen the exact prior thread you need.
Who is it for?
Claude Code power users juggling many repos and sessions who want private, offline recall of prior agent work.
Skip if: Cursor-only workflows without Claude Code logs, or teams needing team-wide cloud conversation search.
What do I get? / Deliverables
You query past conversations from the IDE and resume the right session instead of restarting context from scratch.
- BM25-ranked search results over local Claude Code sessions
- Actionable resume path using claude --resume for matched threads
- Persistent local search index under configurable CLAUDE_REMIND_DIR
Recommended MCP Servers
Journey fit
Agent-tooling is where Claude-specific MCP utilities live when they extend how you work inside Claude Code daily. Local BM25 search over JSONL logs is an integration that makes prior agent context reusable during implementation.
How it compares
Local Claude session memory MCP, not competitive intel or on-chain agent payments.
Common Questions / FAQ
Who is Claude Remind MCP for?
Solo builders using Claude Code who want searchable local history and quick session resume without sending chats to a third-party cloud.
When should I use Claude Remind MCP?
When you repeatedly lose thread on long builds and need to find prior debugging, specs, or decisions inside past Claude Code JSONL logs.
How do I add Claude Remind MCP to my agent?
Install claude-remind-mcp from npm with stdio in MCP settings; optionally set CLAUDE_CONFIG_DIR and CLAUDE_REMIND_DIR to absolute paths if logs or index live elsewhere.