HomeCloud & Monitoring › mcp-kubernetes

mcp-kubernetes

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

TypeScript Local macOSWindowsLinux
★ 2 stars Last pushed 2026-09-18 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.2)

npx -y @dockndevai/mcp-kubernetes@0.2.2

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-kubernetes": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-kubernetes@0.2.2"
      ],
      "env": {
        "KUBECONFIG_PATH": "<YOUR_VALUE>",
        "K8S_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • KUBECONFIG_PATH — Path to a kube-config file (empty = default resolution).
  • K8S_MODE — Access mode: read-only | read-write | admin.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry