Skip to content
VS Code

forkmind for VS Code

io.github.medhovarsh/forkmind

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

client:VS Code transport:stdio runtime:npm

Install forkmind in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

forkmind in other clients