Vllm Ops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from pypi. Last commit 30 Jul 2026.
Read-only ops/health MCP server for a local vLLM instance: health tiers, GPU/VRAM, service status.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add vllm-ops-mcp -- uvx vllm-ops-mcp
{
"mcpServers": {
"vllm-ops-mcp": {
"args": [
"vllm-ops-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.vllm-ops-mcp]
command = "uvx"
args = ["vllm-ops-mcp"]
{
"mcpServers": {
"vllm-ops-mcp": {
"args": [
"vllm-ops-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"vllm-ops-mcp": {
"args": [
"vllm-ops-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.