Back to MCP Servers

K8m

Provides MCP multi-cluster Kubernetes management and operations, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.

cloud-platformskubernetes

Installation

npx -y k8m

Configuration

{
  "mcpServers": {
    "k8m": {
      "command": "npx",
      "args": ["-y", "k8m"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub