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.Medhovarsh/forkmind

NPM · FORKMIND · SCANNED AUG 3

Branchable LLM history DAG + encrypted context capsules agents can save, restore, and crypto-shred.

Available components

+22 this week 64 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 (138 of 140), 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 (138 of 140), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 881 tokens (~58/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage70
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 9% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · forkmind

# add to Claude Code
claude mcp add medhovarsh-forkmind -- npx -y forkmind
# add to Codex CLI
codex mcp add medhovarsh-forkmind -- npx -y forkmind
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "medhovarsh-forkmind": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "forkmind"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add medhovarsh-forkmind --command npx --arg -y --arg forkmind
# ~/.hermes/config.yaml
mcp_servers:
  medhovarsh-forkmind:
    command: "npx"
    args: ["-y", "forkmind"]
// mcp.json
{
  "mcpServers": {
    "medhovarsh-forkmind": {
      "command": "npx",
      "args": [
        "-y",
        "forkmind"
      ]
    }
  }
}
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 +41
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Security disclosure: fail → unverified functional
    • Capabilities: pass → unverified functional
    • License: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 42

    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 none

Ecosystem: npm · Outcome: none

Dependencies 138 packages

138 packages in the resolved dependency tree · 138 deprecated · 40 stale.

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

MCP tools — 15 exposed · ~881 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
forkmind_children ~45

List the alternative continuations (branches) that fork from a node. Use to compare what different prompts/params produced from the same point.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

forkmind_context_digest ~67

Cheap probe: full digest and DAG structure for one capsule, no decryption of content. Use before restoring to decide whether you need the whole capsule or one segment. Also serves as the durability check after a save, before you compact your window.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

forkmind_context_export ~95

Export a capsule as a passphrase-encrypted, self-contained bundle that can move to another project or machine — it carries its own key material and does not depend on this project's local master key. The passphrase is never stored in the bundle; the caller must keep it to import later. Returns the bundle JSON — write it to a file.

NameTypeReqDescription
idstringyes
passphrasestringyes

No output schema declared.

No examples provided.

forkmind_context_forget ~67

IRREVERSIBLY destroy a capsule: its encryption key is shredded and the id tombstoned. You must echo the capsule id in `confirm`. Only call when the user explicitly asks to forget.

NameTypeReqDescription
confirmstringyes
idstringyes

No output schema declared.

No examples provided.

forkmind_context_import ~80

Import a bundle produced by forkmind_context_export. Every segment is independently re-verified (id, hash, parent graph, acyclicity) before anything is written — the bundle is never trusted blindly. Re-wraps the capsule under this project's local master key.

NameTypeReqDescription
bundleobjectyes
passphrasestringyes

No output schema declared.

No examples provided.

forkmind_context_list ~40

Compact list of saved capsules (title, digest, size, age). Optional substring filter over title + digest.

NameTypeReqDescription
qstring

No output schema declared.

No examples provided.

forkmind_context_replicas ~50

Status of redundant capsule storage: each replica target with reachability and coverage. Optionally sync (push all capsules + propagate tombstones) before reporting.

NameTypeReqDescription
syncboolean

No output schema declared.

No examples provided.

forkmind_context_restore ~73

Decrypt and return capsule content (integrity-verified first). Pass segmentIds for a partial restore — pull back only what you need.

NameTypeReqDescription
asMessagesbooleanReturn a provider-ready messages[] array instead of raw items
idstringyes
segmentIdsarray

No output schema declared.

No examples provided.

forkmind_context_save ~131

Offload conversation context into an immutable, encrypted DAG on disk. Pass the items to archive plus a short digest YOU write (the retrieval key you keep in your window; omit for private capsules). After the id comes back, verify with forkmind_context_digest, THEN drop the material from your working context — never before.

NameTypeReqDescription
digeststring
fromNodeIdstringArchive the captured conversation lineage ending at this turn-DAG node instead of passing items
itemsarray
sourceNodeIdsarray
titlestring

No output schema declared.

No examples provided.

forkmind_context_stats ~41

Aggregate stats across all capsules: count, bytes, estimated tokens freed from the window, how many have a digest, forgotten count, and replica health.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

forkmind_get_node ~31

Fetch one node by id with full request + response payloads.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

forkmind_lineage ~47

Return the full conversation path from the root to the given node — the exact context that produced it. Use to understand how a state was reached.

NameTypeReqDescription
idstringyes

No output schema declared.

No examples provided.

forkmind_recent ~40

List the most recent captured LLM turns (newest first), compact. Use to recall what was just tried.

NameTypeReqDescription
limitinteger

No output schema declared.

No examples provided.

forkmind_search ~50

Case-insensitive substring search across all captured requests/responses. Use to find prior attempts mentioning a term, error, or tool.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

forkmind_stats ~24

Summary of the conversation tree: totals, roots, leaves, providers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.