Skip to main content
Cloud PlatformsPython

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.

cloud-platforms
Share:

Quick Start

Clone the repository:

git clone https://github.com/alexei-led/k8s-mcp-server

Claude 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.

Details

Category
Cloud Platforms
Language
Python
Author
alexei-led