Kubernetes MCP Server
JSON →Inspect and debug Kubernetes clusters with read-only access to resources, CRDs, and pod logs.
Tools · 10
- get_pods List all pods in a namespace
- get_deployments List all deployments in a namespace
- get_services List all services in a namespace
- get_nodes List all nodes in the cluster
- get_namespaces List all namespaces
- describe_pod Describe a specific pod
- get_pod_logs Get logs from a pod
- get_events Get events for a namespace
- get_configmaps List all configmaps in a namespace
- get_secrets List all secrets in a namespace