Odel
claude remind mcp

claude remind mcp

Local
@emretheus1TypeScriptMITUpdated 3mo ago

Search past Claude Code conversations. Local BM25 over JSONL with one-click claude --resume.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclaude-remind-mcpv0.1.1

Run

npx -y claude-remind-mcp

MCP client config

{
  "mcpServers": {
    "claude-remind-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-remind-mcp"
      ]
    }
  }
}