Skip to content
Gemini CLI

logbook for Gemini CLI

io.github.promptwheel-ai/logbook

Local Git-history memory for coding agents: reverts, suppressions, hotspots, and annotations.

client:Gemini CLI transport:stdio runtime:npm

Install logbook in Gemini CLI

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

{
  "mcpServers": {
    "logbook": {
      "command": "npx",
      "args": [
        "-y",
        "@promptwheel/logbook-mcp"
      ]
    }
  }
}

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

logbook in other clients