Kubernetes
JSON →Kubernetes MCP server with the top30 tools
Install
pip install fastmcp Tools · 33
- list_pods List pods in a namespace or all namespaces
- get_pod_logs Get logs from a pod
- describe_pod Describe a pod in detail
- list_deployments List deployments in a namespace or all namespaces
- scale_deployment Scale a deployment to a specified number of replicas
- list_services List services in a namespace or all namespaces
- get_service Get details of a specific service
- list_namespaces List all namespaces
- create_namespace Create a new namespace
- delete_namespace Delete a namespace
- list_nodes List all nodes in the cluster
- describe_node Describe a node in detail
- list_configmaps List ConfigMaps in a namespace or all namespaces
- get_configmap Get details of a specific ConfigMap
- list_secrets List Secrets in a namespace or all namespaces
- get_secret Get details of a specific Secret
- list_persistent_volumes List all PersistentVolumes
- list_persistent_volume_claims List PersistentVolumeClaims in a namespace or all namespaces
- get_pvc Get details of a specific PersistentVolumeClaim
- list_jobs List Jobs in a namespace or all namespaces
- get_job Get details of a specific Job
- list_cronjobs List CronJobs in a namespace or all namespaces
- get_cronjob Get details of a specific CronJob
- list_ingresses List Ingresses in a namespace or all namespaces
- get_ingress Get details of a specific Ingress
- list_daemonsets List DaemonSets in a namespace or all namespaces
- get_daemonset Get details of a specific DaemonSet
- list_statefulsets List StatefulSets in a namespace or all namespaces
- get_statefulset Get details of a specific StatefulSet
- list_events List events in a namespace or all namespaces
- get_event Get details of a specific event
- list_replicasets List ReplicaSets in a namespace or all namespaces
- get_replicaset Get details of a specific ReplicaSet
Links
★ 1 GitHub stars