Back to directory
linw1995/nvim-mcp

linw1995/nvim-mcp

@linw19956715322

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
2025/8/7
Updated
2026/9/2