mcpserver.lol
registry/claude-remind-mcp
Connection check local install

claude-remind-mcp

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

Tools 4
GitHub stars 1
Installs / wk 56
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

4 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

remind_message from source
Fetch the full text of a specific past message, plus optional surrounding turns. Returns up to ~10 KB; the matched message is flagged with
remind_resume from source
Resolve a (full or 8-char prefix) session id into a ready-to-run
remind_search from source
Search past Claude Code sessions for solutions to recurring problems. Returns BM25-ranked hits with a snippet, a
remind_session from source
Get a structured summary of one past session: title, message count, tool names used, files touched, error count, time span, solved hint, and the last user message. Cheap (~1 KB).\n…