kube-mcp
1
kube-mcp is a Kubernetes MCP server designed to help manage and interact with Kubernetes clusters by providing various management tools. It supports commands to list various Kubernetes resources and is easily installed with Go.
Overview
kube-mcp is a Kubernetes MCP server that provides a set of tools for managing and interacting with Kubernetes clusters.
Supported Commands
- k8s_list_pods: List pods in the specified namespace
- k8s_list_deployments: List deployments in the specified namespace
- k8s_list_ingresses: List ingresses in the specified namespace
- k8s_list_namespaces: List all namespaces in the cluster
- k8s_list_statefulsets: List StatefulSets in the specified namespace
Install
Instructions for installing kube-mcp using Go.