Skip to content
Claude Desktop

GPU MCP Server for Claude Desktop

io.github.pmady/gpu-mcp-server

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

client:Claude Desktop transport:stdio runtime:oci

Install GPU MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

GPU MCP Server in other clients