io.github.prismnetwork-tech/mcp — Real NVIDIA GPU Leasing via MCP
This MCP server leases and runs real NVIDIA GPUs for any MCP client through Prism Network. It uses wallet authentication and on-chain USDG payment, and provides SSH access for leased instances. The server exposes tools for viewing wallet balances, listing available GPUs, and executing commands either as one-shot runs or via persistent leases.
🛠️ Key Features
- Real NVIDIA GPU leasing and execution via Prism Network
- Wallet auth and on-chain USDG payment
- SSH access after leasing
- Tooling for wallet balances, GPU inventory, leasing, and command execution
🚀 Use Cases
- Lease GPUs from an MCP client and run a command (one shot)
- Start a persistent GPU lease and run subsequent commands using a
lease_id - Inspect available GPUs and their pricing before leasing
⚡ Developer Benefits
prism_wallet: agent address plus USDG/ETH balancesprism_list_gpus: available GPUs with price per second and per hourprism_lease_and_run: lease and run, returning command outputprism_lease+prism_run: persistent lease workflow
⚠️ Limitations
- Toolset described includes one-shot execution and lease-based SSH/command execution; no additional capabilities beyond the listed tools are specified.