Loading MCP server directory, please wait...
Manage Rackspace Spot Kubernetes CloudSpaces, node pools, and VMs from your AI assistant.
npx @getmcp/cli add io.github.rackspace-spot/spot-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
SPOT_REFRESH_TOKENRackspace Spot API refresh token used to authenticate.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rackspace-spot/spot-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SPOT_REFRESH_TOKEN",
"-e",
"SPOT_ORG",
"docker.io/rackspacengpc/spot-mcp:latest"
],
"env": {
"SPOT_REFRESH_TOKEN": "",
"SPOT_ORG": ""
}
}
}
}