A robust MCP server that enables AI assistants to securely execute Kubernetes CLI commands (kubectl, helm, istioctl, argocd) using Unix pipes in a Docker environment.
Loading more......
Typescript implementation of an MCP server for Kubernetes cluster operations, including pods, deployments, and services management.
An MCP server for managing Kubernetes clusters, allowing listing, creating, updating, and deleting Kubernetes resources through Model Context Protocol.
A powerful MCP server for Kubernetes and OpenShift, supporting CRUD operations for any Kubernetes resource and specialized cluster interaction tools.
AI-driven Kubernetes resource management MCP server, allowing natural language interaction with any Kubernetes resource, including CRDs.
MCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments via the Model Context Protocol.
A Model Context Protocol (MCP) server for Kubernetes, enabling AI assistants to interact with clusters through natural language via the MCP protocol.
Source: GitHub - alexei-led/k8s-mcp-server
Category: cloud-devops-mcp-servers
Tags: mcp, kubernetes, cloud-native, code-execution, security
k8s-mcp-server is a Model Context Protocol (MCP) server designed to enable AI assistants (such as Claude) to securely execute Kubernetes CLI commands. It acts as a secure bridge between language models and Kubernetes CLI toolsâincluding kubectl, helm, istioctl, and argocdâenabling AI-driven cluster management, troubleshooting, and deployments within a Dockerized environment.
kubectl, helm, istioctl, argocd) in a containerized and isolated environment.K8S_MCP_TIMEOUT: Command execution timeout (default: 300 seconds)K8S_MCP_MAX_OUTPUT: Maximum output size (default: 100,000 characters)K8S_MCP_TRANSPORT: Transport protocol (stdio or sse, default: stdio)K8S_CONTEXT: Kubernetes context to useK8S_NAMESPACE: Default namespace (default: default)K8S_MCP_SECURITY_MODE: Security mode (strict or permissive, default: strict)K8S_MCP_SECURITY_CONFIG: Path to YAML security configuration fileMIT License
No pricing information provided; open-source under the MIT License.