vllm ops mcp for Gemini CLI
io.github.jaimenbell/vllm-ops-mcp
Read-only ops/health MCP server for a local vLLM instance: health tiers, GPU/VRAM, service status.
client:Gemini CLI
transport:stdio
runtime:pypi
Install vllm ops mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vllm-ops-mcp": {
"command": "uvx",
"args": [
"vllm-ops-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs