k8s-mcp-serverMCP Server36/100 via “security validation and policy enforcement for kubernetes commands”
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI systems to assist with cl
Unique: Implements defense-in-depth security with three validation layers: container-level isolation, command-level schema validation, and policy-level rule enforcement. Uses configurable YAML policies to define allowed operations per namespace, resource type, and command pattern, enabling fine-grained access control without code changes.
vs others: More granular than RBAC alone because it validates at the MCP layer before commands reach kubectl, catching malformed or policy-violating commands before they hit the cluster. Stronger than shell-based wrappers because validation is structured and auditable.