Home › Other › GPU MCP Server

GPU MCP Server

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

HCL
★ 15 stars Last pushed 2026-09-21 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/pmady/gpu-mcp-server:v0.1.0

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry