gpu-mcp
Integrates with Hermes Agent as a first-party primitive, providing local compute capabilities via the ae://glocal-agent surface.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gpu-mcpcheck GPU utilization"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gpu-mcp
Sovereign local compute over the Model Context Protocol.
gpu-mcp is a zero-dependency (stdlib-only), air-gappable MCP server that
exposes your local NVIDIA GPU (CUDA) and Rust → WASM toolchain to any
MCP client — Claude Desktop, Cursor, gemini-cli, or Hermes Agent — as
protocol-native tools. Nothing leaves the machine: the brain is a local model
socket, the hands are local processes.
Canonical scheme (Hermes): ae://glocal-agent (alias +ae://cc, home://).
Tools
tool | what it does |
| Live |
| Compile a CUDA matmul kernel with |
| Execute the compiled CUDA kernel on the local GPU, host-side timed |
| Compile a Rust crate to |
| Run a |
Related MCP server: mcp-gpu-server
Install
pip install gpu-mcp
# or, from source
git clone https://github.com/MYaelMendez/gpu-mcp && cd gpu-mcp
pip install -e .Run the server
python -m gpu_mcp # stdio MCP server (register this with your client)
python -m gpu_mcp --self-test # MCP handshake self-check (no GPU required)Register with an MCP client
Point any MCP client at:
{
"mcpServers": {
"gpu-mcp": {
"command": "python",
"args": ["-m", "gpu_mcp"]
}
}
}Works with Claude Desktop, Cursor, gemini-cli, and the Hermes Agent
ae://glocal-agent surface.
Hermes Agent integration
gpu-mcp is a first-party primitive of the Hermes Agent
sovereign stack. In hermes-fork, the VS Code extension bundles it and the
conductor resolves ae://glocal-agent → mcp://gpu-mcp. This repo is the
canonical, standalone, pip-installable source of truth.
Tests
pytest # MCP handshake + offline hands
python -m gpu_mcp --self-test # quick in-process handshake checkGPU/wasm tool tests exercise real nvidia-smi, nvcc, and cargo when
present; they fail loud (not silent) when the local toolchain is missing.
Why
Cloud agents can't give you your own GPU. gpu-mcp is the command-&-control
surface for a bounded, offline local agent — your silicon, your weights,
your rules. #opensourceware #hermiphicationisinevitable
MIT — © Yael Mendez · æ.store
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MYaelMendez/gpu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server