K8s-mcp-server

sivola/K8s-mcp-server
★ 0 stars Unknown language ⚙️ DevOps Updated today
A containerized build of the Kubernetes MCP Server. This image packages the MCP server for Kubernetes, enabling AI assistants and MCP clients to connect directly to Kubernetes clusters via a standard MCP endpoint.
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",
        "sivola/K8s-mcp-server"
      ]
    }
  }
}