Capability
Kubernetes Cluster Orchestration Via Mcp
20 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “json-rpc mcp protocol bridge to kubernetes api”
Manage Kubernetes clusters, pods, and deployments via MCP.
Unique: Implements MCP as a pure protocol bridge in Go, leveraging the official Kubernetes client library for API interactions rather than wrapping kubectl, enabling direct access to cluster state without subprocess overhead or parsing fragility
vs others: More reliable than shell-based kubectl wrappers because it uses the native Go Kubernetes client library, avoiding parsing and subprocess management complexity that plagues other MCP-to-K8s implementations