Skip to content
Gemini CLI

vecline for Gemini CLI

io.github.shunyagatha/vecline

Local-first image, vector and document toolkit that measures its own output. Nothing uploaded.

client:Gemini CLI transport:stdio runtime:npm

Install vecline 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": {
    "vecline": {
      "command": "npx",
      "args": [
        "-y",
        "vecline"
      ],
      "env": {
        "VECLINE_SOFFICE": "<VECLINE_SOFFICE>"
      }
    }
  }
}

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

vecline in other clients