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
{
"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