Skip to content
VS Code

GPU Server for VS Code

io.github.mesutoezdil/mcp-gpu-server

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

client:VS Code transport:stdio runtime:pypi

Install GPU Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

GPU Server in other clients