Skip to content
Gemini CLI

wisdomgraph for Gemini CLI

io.github.cklam12345/wisdomgraph

Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions

client:Gemini CLI transport:stdio runtime:npm

Install wisdomgraph in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wisdomgraph": {
      "command": "npx",
      "args": [
        "-y",
        "wisdomgraph"
      ],
      "env": {
        "WISDOM_NEO4J_PASSWORD": "<WISDOM_NEO4J_PASSWORD>"
      }
    }
  }
}

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

wisdomgraph in other clients