LogoSTMCP
Download
hyperbolic-mcp

Hyperbolic GPU MCP Server

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.

Tools

1. list-available-gpus

Lists all available GPUs on the Hyperbolic network.

2. rent-gpu-instance

Rents a GPU instance from a specific cluster.

3. terminate-gpu-instance

Terminates a GPU instance that you have rented.

4. list-user-instances

Lists all active GPU instances that you have rented.

5. get-cluster-details

Gets detailed information about a specific cluster.

6. ssh-connect

Establishes an SSH connection to a remote server.

7. remote-shell

Executes a command on the connected remote server.

8. ssh-status

Checks the current SSH connection status.

9. ssh-disconnect

Closes the active SSH connection.

Open Graph image for Hyperbolic GPU MCP Server

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information