Back to MCP Servers
K8s
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.
cloud-platformsgokubernetesdockerai
By alexei-led
Installation
npx -y k8s-mcp-serverConfiguration
{
"mcpServers": {
"k8s-mcp-server": {
"command": "npx",
"args": ["-y", "k8s-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes