Odel
vllm ops mcp

vllm ops mcp

Local
@jaimenbellPythonMITUpdated 3w ago

Read-only ops/health MCP server for a local vLLM instance: health tiers, GPU/VRAM, service status.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIvllm-ops-mcpv0.1.0

Run

uvx vllm-ops-mcp

MCP client config

{
  "mcpServers": {
    "vllm-ops-mcp": {
      "command": "uvx",
      "args": [
        "vllm-ops-mcp"
      ]
    }
  }
}