Skip to content
Gemini CLI

forkmind for Gemini CLI

io.github.medhovarsh/forkmind

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

client:Gemini CLI transport:stdio runtime:npm

Install forkmind in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

forkmind in other clients