Kubernetes MCP Server
The Red Hat-adjacent containers/ org delivers the most capable Kubernetes MCP in the ecosystem. A native Go binary that talks directly to the Kubernetes API server, supports OpenShift, Helm, and Tekton, and ships with OpenTelemetry observability built in. Operators already running OpenShift or hardened Kubernetes get the deepest tool surface here. The server avoids kubectl shell-out entirely, runs as a single binary across Linux, macOS, and Windows, and offers multi-cluster operation from one process. The 1,500+ stars and weekly release cadence (61 releases shipped, 82 commits in the last 30 days) confirm active maintenance under Marc Nuri's stewardship. The architectural choice operators care about: this is a Go API server client, so it skips shelling out to kubectl entirely. That removes a class of failure modes around plugin quirks and PATH issues. For OpenShift shops, the Projects, Routes, and other OpenShift CRDs are first-class citizens.