← Back to browse

WhiteCapData-Dev

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHOMELAB_MCP_CONTEXT HOMELAB_MCP_READONLY HOMELAB_MCP_MUTABLE_NAMESPACES HOMELAB_MCP_MAX_REPLICAS
Claude Code
claude mcp add --env HOMELAB_MCP_CONTEXT= --env HOMELAB_MCP_READONLY= --env HOMELAB_MCP_MUTABLE_NAMESPACES= --env HOMELAB_MCP_MAX_REPLICAS= whitecapdata-dev -- uvx whitecapdata-dev
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"whitecapdata-dev","command":"uvx","args":["whitecapdata-dev"],"env":{"HOMELAB_MCP_CONTEXT":"","HOMELAB_MCP_READONLY":"","HOMELAB_MCP_MUTABLE_NAMESPACES":"","HOMELAB_MCP_MAX_REPLICAS":""}}'
JSON
{
  "mcpServers": {
    "whitecapdata-dev": {
      "command": "uvx",
      "args": [
        "whitecapdata-dev"
      ],
      "env": {
        "HOMELAB_MCP_CONTEXT": "",
        "HOMELAB_MCP_READONLY": "",
        "HOMELAB_MCP_MUTABLE_NAMESPACES": "",
        "HOMELAB_MCP_MAX_REPLICAS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.