GPU MCP Server
Rank #12,379io.github.pmady/gpu-mcp-server
NVIDIA GPU metrics as MCP tools — utilization, memory, temperature, power. Supports MIG.
GPU MCP Server is a Model Context Protocol (MCP) server published by pmady. It ranks #12,379 of 132,113 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. GPU MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 25, 2026 and most recently updated on Jun 25, 2026.
Ranks ahead of 119,734 of 132,113 servers on MCP Toplist.
Use GPU MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gpu-mcp-server -- docker run -i --rm ghcr.io/pmady/gpu-mcp-server:v0.1.0[mcp_servers.gpu-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/pmady/gpu-mcp-server:v0.1.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gpu-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pmady/gpu-mcp-server:v0.1.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gpu-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pmady/gpu-mcp-server:v0.1.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gpu-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pmady/gpu-mcp-server:v0.1.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gpu-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pmady/gpu-mcp-server:v0.1.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gpu-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pmady/gpu-mcp-server:v0.1.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pmady%2Fgpu-mcp-server)<a href="https://mcptoplist.com/server/io.github.pmady%2Fgpu-mcp-server"><img src="https://mcptoplist.com/badge/io.github.pmady%2Fgpu-mcp-server.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
pmady
Other servers by pmady
View all pmady servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 25, 2026 |
Frequently asked questions
- Who maintains GPU MCP Server?
- GPU MCP Server is maintained by pmady, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is GPU MCP Server listed on the Official MCP Registry?
- Yes — GPU MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does GPU MCP Server have?
- MCP Toplist tracks 1 version of GPU MCP Server, most recently published on Jun 25, 2026.
- Where can I find the source code for GPU MCP Server?
- The source code for GPU MCP Server is hosted at github.com/pmady/gpu-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.