Skip to content
Zed

GPU MCP Server for Zed

io.github.pmady/gpu-mcp-server

NVIDIA GPU metrics as MCP tools — utilization, memory, temperature, power. Supports MIG.

client:Zed transport:stdio runtime:oci

Install GPU MCP Server in Zed

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

{
  "context_servers": {
    "gpu-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/pmady/gpu-mcp-server:v0.1.0"
      ]
    }
  }
}

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

GPU MCP Server in other clients