k8s-mcp-server

salioudjalo/k8s-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server exposing Kubernetes cluster state as tools for Claude: pod health, logs, deployment status, and cluster events.
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": "uvx",
      "args": [
        "k8s-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install k8s-mcp-server

Topics

agenticanthropicclaudedevopsinfrastructurekubernetesmcppython