Skip to content
Cursor

forkmind for Cursor

io.github.medhovarsh/forkmind

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

client:Cursor transport:stdio runtime:npm

Install forkmind in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "forkmind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "forkmind"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

forkmind in other clients