Skip to content
Gemini CLI

understanding graph for Gemini CLI

io.github.emergent-wisdom/understanding-graph

Persistent understanding via workflow prompts, typed updates, graph-native code, and supersession.

client:Gemini CLI transport:stdio runtime:npm

Install understanding graph in Gemini CLI

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

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

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

understanding graph in other clients