vim mcp for Zed
io.github.iggredible/vim-mcp
Connect Claude Code to Vim/Neovim - query state, execute commands, search help, record macros
client:Zed
transport:stdio
runtime:npm
Install vim mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vim-mcp": {
"command": "npx",
"args": [
"-y",
"vim-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs