overseer nvim mcp for Cline
io.github.impossiblecode/overseer-nvim-mcp
Gives coding agents the user's own view and control of overseer.nvim tasks in Neovim
client:Cline
transport:stdio
runtime:npm
Install overseer nvim mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"overseer-nvim-mcp": {
"command": "npx",
"args": [
"-y",
"overseer-nvim-mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs