overseer nvim mcp for VS Code
io.github.impossiblecode/overseer-nvim-mcp
Gives coding agents the user's own view and control of overseer.nvim tasks in Neovim
client:VS Code
transport:stdio
runtime:npm
Install overseer nvim mcp in VS Code
.vscode/mcp.json
{
"servers": {
"overseer-nvim-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"overseer-nvim-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs