Skip to content
Gemini CLI

Knowl for Gemini CLI

io.github.dat999zx/knowl

Persistent memory for Claude Code, Cursor and Codex. Facts retire when they change.

client:Gemini CLI transport:streamable-http runtime:npm

Install Knowl in Gemini CLI

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

{
  "mcpServers": {
    "knowl": {
      "httpUrl": "https://api.knowl.cloud/mcp/"
    }
  }
}

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

Knowl in other clients