GPU MCP Server for Cursor
io.github.pmady/gpu-mcp-server
NVIDIA GPU metrics as MCP tools — utilization, memory, temperature, power. Supports MIG.
client:Cursor
transport:stdio
runtime:oci
Install GPU MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gpu-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pmady/gpu-mcp-server:v0.1.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs