Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.emretheus/claude-remind-mcp

NPM · CLAUDE-REMIND-MCP · SCANNED AUG 3

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

Available components

+29 this week 72 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to emretheus/claude-remind-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 84 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability60
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 846 tokens (~211/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 91% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · claude-remind-mcp

# add to Claude Code
claude mcp add emretheus-claude-remind-mcp -- npx -y claude-remind-mcp
# add to Codex CLI
codex mcp add emretheus-claude-remind-mcp -- npx -y claude-remind-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "emretheus-claude-remind-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "claude-remind-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add emretheus-claude-remind-mcp --command npx --arg -y --arg claude-remind-mcp
# ~/.hermes/config.yaml
mcp_servers:
  emretheus-claude-remind-mcp:
    command: "npx"
    args: ["-y", "claude-remind-mcp"]
// mcp.json
{
  "mcpServers": {
    "emretheus-claude-remind-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-remind-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +22
    • Provenance: pass → unverified security
    • Install scripts: pass → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • The attested source repository moved: emretheus/claude-remind-mcp security
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 +27
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −47
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 29 Jul 26 +45
    • Known CVEs: unverified → partial security
    • Provenance: unverified → pass security
    • Install scripts: unverified → pass security
    • The attested source repository moved: emretheus/claude-remind-mcp security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
emretheus/claude-remind-mcp
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/emretheus/claude-remind-mcp/.github/workflows/release.yml@refs/tags/v0.1.1
Rekor log index:
1498264238
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:e2bce351c33d0bbad83924fce25625a944af6bbc9d28041a66e97181010c8207b6a63be79a607955376d9a2b7b0f6bb66bf0d5f1188932d99f4bc4369
Discovery method:
attestation_endpoint
Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~846 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
remind_message ~210

Fetch the full text of a specific past message, plus optional surrounding turns. Returns up to ~10 KB; the matched message is flagged with `isFocus: true` inside the returned window. When to use: only after `remind_search` returns a `messageUuid` whose snippet looks promising but is truncated. Don't call this for every search hit — pick the one or two most relevant first. If you want a structural overview of the whole session (tools, files, errors), call `remind_session` instead. To read the entire session, omit `messageUuid` (capped at 50 messages).

NameTypeReqDescription
contextAfterintegerMessages after the focus message.
contextBeforeintegerMessages before the focus message.
messageUuidstringOptional. If provided, returns this message plus context window. If omitted, returns all indexed messages of the session (capped at 50).
sessionIdstringyesFull or prefix of the session UUID.

No output schema declared.

No examples provided.

remind_resume ~124

Resolve a (full or 8-char prefix) session id into a ready-to-run `claude --resume <id>` command, plus the session's cwd and git branch. When to use: only when you already have a sessionId in hand and need just the resume command. `remind_search` already returns `resumeCommand` on every hit, so prefer that. This tool exists for cases where the user pastes a bare sessionId or a previous tool flow stored only the id.

NameTypeReqDescription
sessionIdstringyesFull or prefix of the Claude session UUID.

No output schema declared.

No examples provided.

remind_search ~377

Search past Claude Code sessions for solutions to recurring problems. Returns BM25-ranked hits with a snippet, a `solvedHint`, a `messageUuid`, and a ready-to-paste `claude --resume <id>` command. When to use: at the start of a task to check for prior work on the same codebase; or when the user mentions an error, tool, or feature they may have already solved. One call is usually enough — only re-call with a different query if the first returned no useful hits. Query tips: use specific concrete terms — exact error strings (`ExpiredTokenException`, `LoginRefreshRequired`), tool/lib names (`BuildKit`, `Cognito`, `Tailwind`), or real file paths (`tailwind.config`, `shared_auth/jwt.py`). Avoid generic words that flood the corpus (e.g. `AWS`, `auth`, `docker` on their own). Good: `ExpiredTokenException SendSSHPublicKey`. Bad: `AWS auth issue`. Cost: ~1–2 KB per call at default (5 hits, 1000-char snippets). Use `format: "compact"` (400 chars) for cheap scans, `format: "full"` (2000 chars) when you need to read in place. After finding a relevant hit, call `remind_message` with its `messageUuid` to read the full content.

NameTypeReqDescription
formatstringSnippet length: compact=400, detailed=1000, full=2000 chars.
limitinteger
projectstringOptional. Substring match against the session's cwd (e.g. 'my-app').
querystringyesFree-text search query.
sinceDaysintegerOptional. Only include sessions updated within the last N days.

No output schema declared.

No examples provided.

remind_session ~135

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). When to use: when a `remind_search` hit looks relevant and you need the bigger picture (was this session productive? which tools/files were involved?) before drilling into specific messages. Requires a `sessionId` — the 8-char prefix from a search hit is enough. To read message bodies, use `remind_message` instead.

NameTypeReqDescription
sessionIdstringyesFull or prefix of the Claude session UUID.

No output schema declared.

No examples provided.