Skip to content
Grok

GPU Server for Grok

io.github.mesutoezdil/mcp-gpu-server

MCP server for GPU monitoring: nvidia-smi, VRAM, utilization, temperature

client:Grok transport:stdio runtime:pypi

Install GPU Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-gpu-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-gpu-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

GPU Server in other clients