Odel
WhiteCapData Dev

WhiteCapData Dev

Local
@michael-whitecapdata2PythonMITUpdated 2mo ago

Operate a k3s / Kubernetes cluster from your AI agent — safe-by-default MCP server.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwhitecapdata-devv0.1.2

Run

uvx whitecapdata-dev

MCP client config

{
  "mcpServers": {
    "whitecapdata-dev": {
      "command": "uvx",
      "args": [
        "whitecapdata-dev"
      ]
    }
  }
}