mcpbeat Sign in

WhiteCapData Dev MCP Server

local only

WhiteCapData Dev runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 23 Jun 2026.

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

Installs per day peak 26 · avg 15 · -20% w/w
a month agotoday
78
Installs / week
pypi · whitecapdata-dev
2
Stars
0 open issues
23 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check WhiteCapData Dev every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add WhiteCapData-Dev -- uvx whitecapdata-dev
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "WhiteCapData-Dev": {
      "args": [
        "whitecapdata-dev"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.WhiteCapData-Dev]
command = "uvx"
args = ["whitecapdata-dev"]
.cursor/mcp.json
{
  "mcpServers": {
    "WhiteCapData-Dev": {
      "args": [
        "whitecapdata-dev"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "WhiteCapData-Dev": {
      "args": [
        "whitecapdata-dev"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: HOMELAB_MCP_CONTEXT (kubeconfig context to use (defaults to current-context).), HOMELAB_MCP_READONLY (Set to 1/true to disable all mutating tools.), HOMELAB_MCP_MUTABLE_NAMESPACES (Comma-separated namespaces mutations may touch; '*' allows all.), HOMELAB_MCP_MAX_REPLICAS (Upper bound accepted by scale_deployment.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to WhiteCapData Dev

same job, measured the same way
K8s MCP Server (Go)
by kaneg

Safe Kubernetes access for AI agents via MCP. Read-only by default, with explicit permission modes.

local only
MCP Kubernetes
by dockndevai

Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.

324 installs/wk local only
Nora
by solomon2773

Operate self-hosted OpenClaw and Hermes agent fleets on Docker or Kubernetes from MCP clients.

50 installs/wk local only
OpenShift MCP Server
by sanjaypsachdev

OpenShift/Kubernetes cluster management via the oc CLI for MCP clients

45 installs/wk local only
K8s Lens
by firas-mcp-servers

MCP server for natural-language Kubernetes operations across single or multi-cluster environments.

50 installs/wk local only
K8gentS — Kubernetes RCA MCP Server
by jdoornink

Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.

local only
MimiOps mcp server for Kubernetes
by sergelogvinov

MimiOps is an opinionated MCP server for Kubernetes

local only
Zoxron MCP
by zoxron

Your AI agent deploys, migrates & upgrades self-hosted Odoo ERP on a server you own.

answering

WhiteCapData Dev — questions

Answers built from our own checks of this server.

Why is there no uptime for WhiteCapData Dev?
WhiteCapData Dev runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package whitecapdata-dev was installed 78 times last week.
How do I connect WhiteCapData Dev?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls whitecapdata-dev straight from pypi; nothing to host, nothing to sign up for.
How many people use WhiteCapData Dev?
The pypi package whitecapdata-dev was installed 78 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WhiteCapData Dev open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.