Catalog
Rackspace Spot
Officialby rackspace-spot
Manage Rackspace Spot Kubernetes CloudSpaces, node pools, and VMs from your AI assistant.
Manage Rackspace Spot Kubernetes clusters, node pools, and virtual machines.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SPOT_REFRESH_TOKENrequiredsecretRackspace Spot API refresh token used to authenticate.
SPOT_ORGDefault Rackspace Spot organization namespace; can be overridden per tool call.
claude_desktop_config.json
{
"mcpServers": {
"spot-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/rackspacengpc/spot-mcp:latest"
],
"env": {
"SPOT_REFRESH_TOKEN": "<YOUR_SPOT_REFRESH_TOKEN>",
"SPOT_ORG": "<YOUR_SPOT_ORG>"
}
}
}
}