cloud platforms

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.

python
cloud platforms
0
View on GitHub

Installation

npx -y alexei-led/k8s-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "k8s-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "alexei-led/k8s-mcp-server"
  ]
}

About This MCP Server

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.

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub