k8s-mcp-serverMCP Server36/100 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 MCP as a containerized server with defense-in-depth security validation, supporting four distinct Kubernetes tools (kubectl, helm, istioctl, argocd) through a unified command processing pipeline that validates both command syntax and policy compliance before execution.
vs others: Unlike generic MCP servers, k8s-mcp-server provides Kubernetes-specific security policies, multi-tool orchestration, and cloud provider credential management out-of-the-box, reducing setup complexity for DevOps teams.