mcp proxmox for Gemini CLI
io.github.antonio-mello-ai/mcp-proxmox
Manage Proxmox VE clusters through AI assistants — VMs, containers, and more
client:Gemini CLI
transport:stdio
runtime:pypi
Install mcp proxmox in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-proxmox": {
"command": "uvx",
"args": [
"mcp-proxmox"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs