Kubernetes MCP
JSON →A read-only MCP server for retrieving information and diagnosing issues in Kubernetes clusters.
Tools · 12
- get_namespaces List all available namespaces in the cluster
- list_pods List all pods, optionally filtered by namespace
- failed_pods List all pods in Failed or Error state
- pending_pods List all pods in Pending state with reasons
- high_restart_pods Find pods with restart counts above threshold
- list_nodes List all nodes and their status
- node_capacity Show available capacity on all nodes
- list_deployments List all deployments
- list_services List all services
- list_events List all events
- orphaned_resources List resources without owner references
- get_resource_yaml Get YAML configuration for a specific resource
Links
★ 8 GitHub stars