k8s-mcp-serverMCP Server36/100 via “configuration management for tool-specific settings and policies”
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: Uses declarative YAML configuration files for all tool settings and security policies, enabling users to customize the server without code changes. Supports environment variable substitution for dynamic configuration based on deployment context (e.g., different namespaces per environment).
More flexible than hardcoded configuration because policies can be changed by editing YAML files. More maintainable than environment variable-only configuration because YAML provides structure and validation.