overseer nvim mcp for Gemini CLI
io.github.impossiblecode/overseer-nvim-mcp
Gives coding agents the user's own view and control of overseer.nvim tasks in Neovim
client:Gemini CLI
transport:stdio
runtime:npm
Install overseer nvim mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"overseer-nvim-mcp": {
"command": "npx",
"args": [
"-y",
"overseer-nvim-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs