Skip to content
Gemini CLI

livewiki for Gemini CLI

io.github.eduardoabreu81/livewiki

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

client:Gemini CLI transport:stdio runtime:npm

Install livewiki in Gemini CLI

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

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

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

livewiki in other clients