Submit

Multi Cluster Kubernetes MCP Server

@Razvan Macovei

An MCP (Model Context Protocol) server application for Kubernetes operations, providing a standardized API to interact with multiple Kubernetes clusters simultaneously using multiple kubeconfig files.

Server Config

{
  "mcpServers": {
    "kubernetes": {
      "command": "uv",
      "args": [
        "--directory",
        "/servers/k8s-multicluster-mcp",
        "run",
        "app.py"
      ],
      "env": {
        "KUBECONFIG_DIR": "/kubeconfigs"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server