mcpbeat Sign in

Claude Remind MCP Server

by emretheus Your server? Claim it
local only

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.

Installs per day peak 23 · avg 7 · -34% w/w
a month agotoday
40
Installs / week
npm · claude-remind-mcp
1
Stars
0 open issues
11 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add claude-remind-mcp -- npx -y claude-remind-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claude-remind-mcp": {
      "args": [
        "-y",
        "claude-remind-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.claude-remind-mcp]
command = "npx"
args = ["-y", "claude-remind-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "claude-remind-mcp": {
      "args": [
        "-y",
        "claude-remind-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Claude Remind MCP

same job, measured the same way
Nelly the Elephant
by spicyricecakes

Search and resume past Claude Code conversations. An elephant never forgets.

35 installs/wk local only
showagent
by aytzey

Search, resume and convert AI coding sessions (Claude Code, Codex, Gemini, OpenCode, Pi) over MCP.

local only
Claude Code Conversation Search MCP
by tonysimonovsky

Search Claude Code conversation history with natural language queries across all projects

76 installs/wk local only
Memory Fts
by kurovu146

Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking

33 installs/wk local only
Claudex
by kunwar-shah

Persistent memory + FTS5 search MCP server for Claude Code conversation history.

84 installs/wk local only
Memocall
by baodq06

Recall past Claude Code conversations from any project as clean, compact Markdown.

1 391 installs/wk local only
Claude Replay
by constripacity

Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.

159 installs/wk local only
Threadmap MCP
by advertflair

Conversation drift visualization for Claude. Color-coded inflection points and one-click forking.

47 installs/wk local only

Claude Remind MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Remind MCP?
Claude Remind MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package claude-remind-mcp was installed 40 times last week.
How do I connect Claude Remind MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls claude-remind-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Claude Remind MCP?
The npm package claude-remind-mcp was installed 40 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claude Remind MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.