k8sgpt (MCP Server)

GitHub

Giving Kubernetes Superpowers to everyone

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "k8sgpt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-k8sgpt"
      ]
    }
  }
}