Hyperbolic GPU MCP Server
Enables interaction with Hyperbolic's GPU cloud, allowing users to view available GPUs, rent instances, establish SSH connections, and run GPU-powered workloads through natural language commands.
README
Hyperbolic GPU MCP Server
Interact with Hyperbolic's GPU cloud, enabling agents and LLMs to view and rent available GPUs, SSH into them, and run GPU-powered workloads for you.
https://github.com/user-attachments/assets/814d0327-ce5e-4c1b-90bc-7f3712aa1c68
Setup
Prerequisites
- Node.js 16 or higher
- npm or yarn
- A Hyperbolic API token
- (Optional) SSH private key for connecting to GPU instances
Getting a Hyperbolic Account and API Token
-
Register for a Hyperbolic account:
- Visit https://app.hyperbolic.xyz/
- Create an account or log in to your existing account
- Verify your email address
-
Deposit funds into your account:
- Log in to your Hyperbolic application
- Navigate to the "Billing" tab
- Select how much you want to deposit (we suggest starting with $25)
- Click Pay Now
- Follow the instructions to add funds to your account
- Note that you will need sufficient funds to rent GPU instances
-
Generate an API token:
- In your Hyperbolic dashboard, navigate to "Settings"
- Navigate to the API Key section
- Copy the generated token and keep it secure
- You will use this key in your MCP server configuration environment variables
-
Add your SSH public key:
- Generate an SSH key pair if you don't already have one
- In your Hyperbolic application, navigate to the "Settings" section
- Scroll down to the SSH Public Key section
- Paste your public key (usually from ~/.ssh/id_rsa.pub or similar)
- Click the save icon
Installation
-
Clone this repository:
git clone <your-repo-url> cd hyperbolic-mcp -
Install dependencies:
npm install -
Build the TypeScript files:
npm run build
Usage
Running the server locally
To run the server:
npm start
Connecting with Claude for Desktop
- Add the server to your Claude for Desktop 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"
}
}
}
}
-
Restart Claude for Desktop.
-
Start a new conversation and interact with the server.
Note: You can provide environment variables either through the Claude Desktop config as shown above, or by creating a .env file in the project root. The .env file is only needed if you're not providing the variables through the config.
Available Tools
The server provides the following tools:
GPU Management Tools
list-available-gpus
Lists all available GPUs on the Hyperbolic network.
Example query: "Show me all available GPUs on Hyperbolic."
rent-gpu-instance
Rents a GPU instance from a specific cluster.
Parameters:
cluster_name: The name of the cluster to rent (e.g., "extrasmall-chamomile-duck")node_name: The name of the node (e.g., "prd-acl-msi-02.fen.intra")gpu_count: Number of GPUs to rent
Example query: "I want to rent 4 GPUs from the extrasmall-chamomile-duck cluster."
terminate-gpu-instance
Terminates a GPU instance that you have rented.
Parameters:
instance_id: The ID of the instance to terminate
Example query: "Terminate my GPU instance with ID abc123."
list-user-instances
Lists all active GPU instances that you have rented.
Example query: "Show me all my active GPU instances."
get-cluster-details
Gets detailed information about a specific cluster.
Parameters:
cluster_name: The name of the cluster to get details for
Example query: "Tell me more about the cluster called extrasmall-chamomile-duck."
SSH Tools
ssh-connect
Establishes an SSH connection to a remote server.
Parameters:
host: Hostname or IP address of the remote serverusername: SSH username for authenticationpassword: (Optional) SSH password for authenticationprivate_key_path: (Optional) Path to private key fileport: (Optional) SSH port number (default: 22)
Example query: "Connect to my GPU instance at 192.168.1.100 as user admin."
remote-shell
Executes a command on the connected remote server.
Parameters:
command: Command to execute on the remote server
Example query: "Run 'nvidia-smi' on the connected server."
ssh-status
Checks the current SSH connection status.
Example query: "What's the status of my SSH connection?"
ssh-disconnect
Closes the active SSH connection.
Example query: "Disconnect from the SSH server."
Security Notes
- This server requires your Hyperbolic API token and optionally an SSH private key
- These credentials can be provided either through the Claude Desktop config or a
.envfile - The server only runs locally and doesn't expose your credentials externally
- Commands to rent GPUs will incur charges on your Hyperbolic account
- The SSH private key must not be password protected as the server cannot handle password-protected keys
Troubleshooting
If you encounter issues:
- Check that your API token is correct and not expired
- Ensure you have sufficient credits on your Hyperbolic account
- Check the server logs for error messages
- Verify your network connection to the Hyperbolic API
- If using SSH, verify that your private key path is correct and the key has the right permissions.
License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。