GPU Server for Cursor
io.github.mesutoezdil/mcp-gpu-server
MCP server for GPU monitoring: nvidia-smi, VRAM, utilization, temperature
client:Cursor
transport:stdio
runtime:pypi
Install GPU Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gpu-server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-gpu-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs