Hyperbolic GPU MCP Server enables AI agents and LLMs to interact with Hyperbolic's GPU cloud, allowing them to view, rent GPUs, SSH into instances, and run GPU-powered workloads through a standardized MCP interface.
Lists all available GPUs on the Hyperbolic network.
Rents a GPU instance from a specific cluster.
Terminates a GPU instance that you have rented.
Lists all active GPU instances that you have rented.
Gets detailed information about a specific cluster.
Establishes an SSH connection to a remote server.
Executes a command on the connected remote server.
Checks the current SSH connection status.
Closes the active SSH connection.
{
"mcpServers": {
"hyperbolic-gpu": {
"command": "node",
"args": ["/path/to/hyperbolic-mcp-server/build/index.js"],
"env": {
"HYPERBOLIC_API_TOKEN": "your-hyperbolic-api-token",
"SSH_PRIVATE_KEY_PATH": "/path/to/your/privatekey"
}
}
}
}