Flux159_mcp-server-kubernetes
0
This project is an MCP Server that provides functionality to manage Kubernetes clusters through Claude. It offers features like listing pods, services, deployments, as well as creating and deleting pods.
mcp-server-kubernetes
MCP Server that can connect to a Kubernetes cluster and manage it.
Features
- Connect to a Kubernetes cluster
- List all pods
- List all services
- List all deployments
- Create a pod
- Delete a pod
- List all namespaces
Usage with Claude Desktop
The server will automatically connect to your current kubectl context. Ensure you have kubectl installed, a valid kubeconfig file, and access to a Kubernetes cluster configured for kubectl.
To troubleshoot, verify your connection by running kubectl get pods
in a terminal.