Kubernetes MCP
the six Ws · specification
Maintained by individual developer manusa (Marc Nuri).
It lets an agent list, inspect, and manage Kubernetes and OpenShift resources across a cluster.
It runs locally as a single Go binary that uses your existing kubeconfig context.
An agent reaches for it when debugging workloads or managing objects in a cluster.
It gives agents native kubectl-style access without shelling out to the CLI.
a Go binary and a kubeconfig with permissions for the target cluster.
Community-maintained by a single well-known author; it inherits your kubeconfig's RBAC, so it can be cluster-mutating if your context is privileged. It talks only to your configured Kubernetes API server.