Submit

Vim MCP Server

@breggles

3 months ago
An MCP server for driving Vim. Connect your coding agent to show you changed files in Vim, or get it to advise you on the code in your open buffers. Can also set your quickfix/location list to direct you to multiple points in your code.

Tools

Server Config

{
  "mcpServers": {
    "vim": {
      "type": "remote",
      "url": "http://localhost:8765/mcp",
      "enabled": true
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.