◇MCP serverDevOps & InfraFree
Kubernetes MCP Server
MCP server that lets agents run kubectl and Helm operations to inspect and manage Kubernetes clusters.
Kubernetes MCP Server
This Model Context Protocol server gives AI agents a controlled interface to Kubernetes clusters, wrapping kubectl and Helm so an assistant can inspect workloads, debug failures, and apply changes without hand-copying commands.
Key features
- Core
kubectlverbs: get, describe, list, apply, delete across pods, deployments, services, and more - Log retrieval and pod exec for hands-on debugging of failing workloads
- Helm install, upgrade, and uninstall for managing packaged releases
- Port-forwarding and scaling operations driven from natural-language requests
- Uses your existing kubeconfig and context, respecting current RBAC permissions
- Optional non-destructive mode that blocks delete/apply for safer read-only exploration
It turns cluster operations into agent-operable tools, letting an assistant triage an incident — read events, tail logs, scale a deployment — through one consistent MCP surface instead of a shell.
Curated mirror of the open-source mcp-server-kubernetes (MIT). Get it from the source.