Skip to content
Cursor

overseer nvim mcp for Cursor

io.github.impossiblecode/overseer-nvim-mcp

Gives coding agents the user's own view and control of overseer.nvim tasks in Neovim

client:Cursor transport:stdio runtime:npm

Install overseer nvim mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "overseer-nvim-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "overseer-nvim-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

overseer nvim mcp in other clients