Skip to content

overseer nvim mcp for Zed

io.github.impossiblecode/overseer-nvim-mcp

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

client:Zed transport:stdio runtime:npm

Install overseer nvim mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "overseer-nvim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "overseer-nvim-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

overseer nvim mcp in other clients