Skip to content
Windsurf

GPU MCP Server for Windsurf

io.github.pmady/gpu-mcp-server

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

client:Windsurf transport:stdio runtime:oci

Install GPU MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

GPU MCP Server in other clients