Back to directory
linw1995/nvim-mcp

linw1995/nvim-mcp

@linw1995

MCP server for Neovim integration, enabling AI assistants to interact with the editor via LSP and diagnostics.

neovimmcplspeditoraiintegrationrustautomation

Installation & Configuration

{
  "nvim-mcp": {
    "command": "nvim-mcp",
    "args": [
      "--log-file",
      ".",
      "--log-level",
      "debug",
      "--connect",
      "auto"
    ]
  }
}

Information

Transport
stdiosse
Language
Rust
Created
2026/6/11
Updated
2026/6/12