Claude Remind MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 11 May 2026.
Search past Claude Code conversations. Local BM25 over JSONL with one-click claude --resume.
Today is the operative word: we check Claude Remind MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add claude-remind-mcp -- npx -y claude-remind-mcp
{
"mcpServers": {
"claude-remind-mcp": {
"args": [
"-y",
"claude-remind-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.claude-remind-mcp]
command = "npx"
args = ["-y", "claude-remind-mcp"]
{
"mcpServers": {
"claude-remind-mcp": {
"args": [
"-y",
"claude-remind-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"claude-remind-mcp": {
"args": [
"-y",
"claude-remind-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CLAUDE_CONFIG_DIR (Override the directory Claude Code stores logs in (default: ~/.claude). Must be an absolute path.), CLAUDE_REMIND_DIR (Override where the index is persisted (default: ~/.claude-remind). Must be an absolute path.).
The author declared them in the registry entry; get the values from the project itself.
Search and resume past Claude Code conversations. An elephant never forgets.
Search, resume and convert AI coding sessions (Claude Code, Codex, Gemini, OpenCode, Pi) over MCP.
Search Claude Code conversation history with natural language queries across all projects
Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
Recall past Claude Code conversations from any project as clean, compact Markdown.
Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.
Conversation drift visualization for Claude. Color-coded inflection points and one-click forking.
Answers built from our own checks of this server.