k8s-mcp-server

Sarah-Salah/k8s-mcp-server
★ 0 stars Unknown language ⚙️ DevOps Updated 8d ago
n MCP server giving AI assistants safe, observable access to Kubernetes clusters
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "k8s-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Sarah-Salah/k8s-mcp-server"
      ]
    }
  }
}