GPU MCP Server for Grok
io.github.pmady/gpu-mcp-server
NVIDIA GPU metrics as MCP tools — utilization, memory, temperature, power. Supports MIG.
client:Grok
transport:stdio
runtime:oci
Install GPU MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gpu-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pmady/gpu-mcp-server:v0.1.0"
]
}
}
}
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