claude-remind-mcp
Rank #55,861io.github.emretheus/claude-remind-mcp
Search past Claude Code conversations. Local BM25 over JSONL with one-click claude --resume.
claude-remind-mcp is a Model Context Protocol (MCP) server published by emretheus. It ranks #55,861 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. claude-remind-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 9, 2026 and most recently updated on May 10, 2026.
Ranks ahead of 59,730 of 115,591 servers on MCP Toplist.
Use claude-remind-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add claude-remind-mcp -e "CLAUDE_CONFIG_DIR=<your CLAUDE_CONFIG_DIR>" -e "CLAUDE_REMIND_DIR=<your CLAUDE_REMIND_DIR>" -- npx -y claude-remind-mcpReplace each placeholder with your own value before saving.
[mcp_servers.claude-remind-mcp]
command = "npx"
args = ["-y", "claude-remind-mcp"]
[mcp_servers.claude-remind-mcp.env]
CLAUDE_CONFIG_DIR = "<your CLAUDE_CONFIG_DIR>"
CLAUDE_REMIND_DIR = "<your CLAUDE_REMIND_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-remind-mcp": {
"command": "npx",
"args": [
"-y",
"claude-remind-mcp"
],
"env": {
"CLAUDE_CONFIG_DIR": "<your CLAUDE_CONFIG_DIR>",
"CLAUDE_REMIND_DIR": "<your CLAUDE_REMIND_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-remind-mcp": {
"command": "npx",
"args": [
"-y",
"claude-remind-mcp"
],
"env": {
"CLAUDE_CONFIG_DIR": "<your CLAUDE_CONFIG_DIR>",
"CLAUDE_REMIND_DIR": "<your CLAUDE_REMIND_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"claude-remind-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-remind-mcp"
],
"env": {
"CLAUDE_CONFIG_DIR": "<your CLAUDE_CONFIG_DIR>",
"CLAUDE_REMIND_DIR": "<your CLAUDE_REMIND_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-remind-mcp": {
"command": "npx",
"args": [
"-y",
"claude-remind-mcp"
],
"env": {
"CLAUDE_CONFIG_DIR": "<your CLAUDE_CONFIG_DIR>",
"CLAUDE_REMIND_DIR": "<your CLAUDE_REMIND_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-remind-mcp": {
"command": "npx",
"args": [
"-y",
"claude-remind-mcp"
],
"env": {
"CLAUDE_CONFIG_DIR": "<your CLAUDE_CONFIG_DIR>",
"CLAUDE_REMIND_DIR": "<your CLAUDE_REMIND_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.emretheus%2Fclaude-remind-mcp)<a href="https://mcptoplist.com/server/io.github.emretheus%2Fclaude-remind-mcp"><img src="https://mcptoplist.com/badge/io.github.emretheus%2Fclaude-remind-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
emretheus
Other servers by emretheus
View all emretheus servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 10, 2026 |
Frequently asked questions
- Who maintains claude-remind-mcp?
- claude-remind-mcp is maintained by emretheus, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is claude-remind-mcp listed on the Official MCP Registry?
- Yes — claude-remind-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does claude-remind-mcp have?
- MCP Toplist tracks 1 version of claude-remind-mcp, most recently published on May 10, 2026.
- Where can I find the source code for claude-remind-mcp?
- The source code for claude-remind-mcp is hosted at github.com/emretheus/claude-remind-mcp.