Velog for Zed
io.github.seongwon030/velog
Write, publish, and manage Velog (velog.io) posts, series, comments, and trends. 29 tools.
client:Zed
transport:stdio
runtime:npm
Install Velog in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"velog": {
"command": "npx",
"args": [
"-y",
"velog-mcp-claude"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs