Skip to content
Windsurf

Velog for Windsurf

io.github.milcho0604/velog

Claude 나 Codex 에서 벨로그(velog.io) 글을 읽고 쓰고 백업한다. 다이어그램과 시퀀스도 그린다. 공개 발행은 사람이 켤 때만 열린다.

client:Windsurf transport:stdio runtime:npm

Install Velog in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "velog": {
      "command": "npx",
      "args": [
        "-y",
        "@milcho0604/velog-mcp"
      ],
      "env": {
        "VELOG_ACCESS_TOKEN": "<VELOG_ACCESS_TOKEN>",
        "VELOG_REFRESH_TOKEN": "<VELOG_REFRESH_TOKEN>",
        "VELOG_ALLOW_PUBLIC": "<VELOG_ALLOW_PUBLIC>",
        "VELOG_ALLOW_PROFILE": "<VELOG_ALLOW_PROFILE>",
        "VELOG_CHROME_PATH": "<VELOG_CHROME_PATH>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Velog in other clients