Skip to content
Gemini CLI

Ovellum for Gemini CLI

io.github.oinam/ovellum

Auto, manual, or hybrid docs that never fall out of sync.

client:Gemini CLI transport:stdio runtime:npm

Install Ovellum in Gemini CLI

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

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

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

Ovellum in other clients