Skip to content
Zed

vllm ops mcp for Zed

io.github.jaimenbell/vllm-ops-mcp

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

client:Zed transport:stdio runtime:pypi

Install vllm ops mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

vllm ops mcp in other clients