alexei-led/k8s-mcp-server
A lightweight yet robust server that empowers AI assistants to securely execute Kubernetes CLI commands (`kubectl`, `helm`, `istioctl`, and `argocd`) using Unix pipes in a safe Docker environment with multi-architecture support.
Quick Start
Clone the repository:
git clone https://github.com/alexei-led/k8s-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"alexei-led-k8s-mcp-server": {
"command": "npx",
"args": [
"-y",
"alexei-led/k8s-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.