AgentHubAgentHub

spot-mcp

MCP ServerMCP Registry官方收录

io.github.rackspace-spot/spot-mcp · v0.2.0

Manage Rackspace Spot Kubernetes CloudSpaces, node pools, and VMs from your AI assistant.

概览

spot-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "spot-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/rackspacengpc/spot-mcp:latest"
      ],
      "env": {
        "SPOT_REFRESH_TOKEN": "<SPOT_REFRESH_TOKEN>"
      }
    }
  }
}

环境变量

SPOT_REFRESH_TOKEN必填secret

Rackspace Spot API refresh token used to authenticate.

SPOT_ORG可选

Default Rackspace Spot organization namespace; can be overridden per tool call.

相关资源

统一 Manifest

{
  "id": "io.github.rackspace-spot/spot-mcp",
  "type": "mcp-server",
  "version": "0.2.0",
  "displayName": "spot-mcp",
  "description": "Manage Rackspace Spot Kubernetes CloudSpaces, node pools, and VMs from your AI assistant.",
  "repository": {
    "url": "https://github.com/rackspace-spot/spot-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "docker.io/rackspacengpc/spot-mcp:latest",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SPOT_REFRESH_TOKEN",
            "description": "Rackspace Spot API refresh token used to authenticate.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "SPOT_ORG",
            "description": "Default Rackspace Spot organization namespace; can be overridden per tool call."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.rackspace-spot/spot-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.rackspace-spot%2Fspot-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
spot-mcp — MCP Server 安装与配置 · AgentHub