K8s Mcp Server

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 cluster management, troubleshooting, and deployments

205 stars🍴 37 forks📄 MIT

🔌 Transport

Standard I/O

📦 Installation

Build from source

Claude Desktop Configuration

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "k8s-mcp-server": {
      "args": [
        "index.js"
      ],
      "command": "node"
    }
  }
}

Capabilities

0
Tools
0
Resources
0
Prompts