Skip to content
Gemini CLI

Velog for Gemini CLI

io.github.seongwon030/velog

Write, publish, and manage Velog (velog.io) posts, series, comments, and trends. 29 tools.

client:Gemini CLI transport:stdio runtime:npm

Install Velog in Gemini CLI

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

{
  "mcpServers": {
    "velog": {
      "command": "npx",
      "args": [
        "-y",
        "velog-mcp-claude"
      ]
    }
  }
}

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

Velog in other clients