此模型上下文协议(MCP)服务器允许您通过Claude或其他兼容MCP的客户端与Runpod REST API进行交互。
该服务器提供了管理以下内容的工具:
您可以直接运行服务器而无需安装:
RUNPOD_API_KEY=your_api_key_here npx @runpod/mcp-server@latest
要通过Smithery自动为Claude Desktop安装:
npx -y @smithery/cli install @runpod/runpod-mcp-ts --client claude
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"runpod": {
"command": "npx",
"args": ["@runpod/mcp-server@latest"],
"env": {
"RUNPOD_API_KEY": "your_api_key_here"
}
}
}
}
你能列出我所有的Runpod Pods吗?
使用以下规格创建一个新的Runpod Pod:
- 名称:test-pod
- 镜像:runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
- GPU类型:NVIDIA GeForce RTX 4090
- GPU数量:1
使用以下配置创建一个Runpod无服务器端点:
- 名称:my-endpoint
- 模板ID:30zmvf89kd
- 最小工作器数:0
- 最大工作器数:3
此服务器需要您的Runpod API密钥,这将授予您对Runpod账户的完全访问权限。为了安全:
Apache-2.0