Skip to content
Grok

overseer nvim mcp for Grok

io.github.impossiblecode/overseer-nvim-mcp

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

client:Grok transport:stdio runtime:npm

Install overseer nvim mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

overseer nvim mcp in other clients