← All servers

Velog

io.github.milcho0604/velog v0.9.5
Official Registry git ai-llm dev-tools

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add velog -- npx -y @milcho0604/velog-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "velog": {
      "command": "npx",
      "args": [
        "-y",
        "@milcho0604/velog-mcp"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "velog": {
      "command": "npx",
      "args": [
        "-y",
        "@milcho0604/velog-mcp"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "velog": {
      "command": "npx",
      "args": [
        "-y",
        "@milcho0604/velog-mcp"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "velog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@milcho0604/velog-mcp"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "velog": {
      "command": "npx",
      "args": [
        "-y",
        "@milcho0604/velog-mcp"
      ]
    }
  }
}

Packages

npm @milcho0604/velog-mcp@0.9.5

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.milcho0604--velog/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent