Kubernetes MCP Server
JSON →A versatile MCP server for Kubernetes and OpenShift, distributed as a native binary, npm/Python package, or Docker image.
Install
npx
If Tools · 10
- get_pod_logs Retrieve logs from a specific pod in a given namespace
- list_pods List all pods in a specified namespace
- describe_pod Get detailed information about a specific pod
- get_deployment_status Check the status of a deployment
- list_services List all services in a namespace
- get_node_info Get information about cluster nodes
- apply_manifest Apply a Kubernetes manifest from a file or URL
- delete_resource Delete a Kubernetes resource by name and type
- scale_deployment Scale a deployment to a specified number of replicas
- get_resource_yaml Get the YAML definition of a Kubernetes resource
Links
★ 1,633 GitHub stars