← Back to Plugins
MCP Server MCP

Rackspace Spot

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/rackspacengpc/spot-mcp:latest

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.spot.rackspace.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/rackspacengpc/spot-mcp:latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Rackspace Spot API refresh token used to authenticate.",
          "isRequired": true,
          "isSecret": true,
          "name": "SPOT_REFRESH_TOKEN"
        },
        {
          "description": "Default Rackspace Spot organization namespace; can be overridden per tool call.",
          "name": "SPOT_ORG"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http oci

Comments

Sign in to leave a comment

Loading comments...