Mcp K8s Eye
@wenhuwang
About Mcp K8s Eye
MCP Server for kubernetes management and diagnose your cluster and applications
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"k8s eye": {
"url": "http://localhost:8080/sse",
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp K8s Eye?
Mcp K8s Eye is a tool that can manage a Kubernetes cluster and analyze workload status. It supports core Kubernetes operations, diagnostics for common resources, and monitoring of workload resource usage. It is intended for developers and operators who interact with Kubernetes through MCP-compatible AI clients.
How to use Mcp K8s Eye?
Clone the repository, build the binary with Go 1.23 or higher, and configure it as an MCP server in either Stdio mode (pointing to the binary and setting HOME for kubeconfig) or SSE mode (starting the SSE server and providing the URL). Use the provided tools such as resource_get, deployment_scale, pod_exec, pod_analyze, and workload_resource_usage via your AI client.
Key features of Mcp K8s Eye
- Manage all native Kubernetes resources and CustomResourceDefinitions
- Perform create, read, update, delete, and describe operations
- Execute commands in pods and retrieve pod logs
- Scale deployments
- Diagnose pods, deployments, statefulsets, services, cronjobs, ingresses, network policies, webhooks, and nodes
- Monitor workload resource usage (CPU, memory) for pods, deployments, replicasets, statefulsets, and daemonsets
- Support both Stdio and SSE transport protocols
Use cases of Mcp K8s Eye
- Quickly list and inspect resources across namespaces via an AI assistant
- Diagnose why a pod or deployment is unhealthy and get configuration insights
- Scale a deployment on demand without manually running kubectl
- Monitor CPU and memory usage of workloads to identify resource bottlenecks
- Validate ingress, network policy, and webhook configurations
FAQ from Mcp K8s Eye
What kinds of Kubernetes resources can I manage?
You can manage all native resources (Pod, Deployment, Service, StatefulSet, Ingress, etc.) and any CustomResourceDefinition. Operations include list, get, create, update, and delete.
What are the system requirements?
You need Go 1.23 or higher to build the binary, and a configured kubectl (with a valid kubeconfig) for the tool to access your cluster.
Where does my cluster data reside?
All data remains in your Kubernetes cluster. The tool reads cluster state via your kubeconfig and does not store data externally.
What transport protocols are supported?
Mcp K8s Eye supports both Stdio and SSE (Server-Sent Events) modes for connecting to MCP-compatible clients.
Are there any current limitations in monitoring?
Monitoring currently covers workload resource usage (CPU, memory) for pods, deployments, replicasets, statefulsets, and daemonsets. Node and cluster capacity/utilization metrics are not yet implemented.
More Cloud & Infrastructure MCP servers
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments