Skip to content
Zed

vk for Zed

io.github.bulatko/vk

VK (VKontakte): read walls, users, communities and stats; publish, edit and comment on posts.

client:Zed transport:stdio runtime:npm

Install vk in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "vk": {
      "command": "npx",
      "args": [
        "-y",
        "vk-mcp-server"
      ],
      "env": {
        "VK_ACCESS_TOKEN": "<VK_ACCESS_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vk in other clients