https://github.com/wenhuwang/mcp-k8s-eye
MCP Server for kubernetes management and analyze workload status
https://github.com/wenhuwang/mcp-k8s-eye
Last synced: 7 months ago
JSON representation
MCP Server for kubernetes management and analyze workload status
- Host: GitHub
- URL: https://github.com/wenhuwang/mcp-k8s-eye
- Owner: wenhuwang
- License: apache-2.0
- Created: 2025-03-18T03:20:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T03:26:42.000Z (7 months ago)
- Last Synced: 2025-03-18T04:26:01.736Z (7 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - wenhuwang/mcp-k8s-eye - MCP server for Kubernetes management and analysis, providing cluster and application health analysis via MCP. ([Read more](/details/wenhuwangmcp-k8s-eye.md)) `mcp` `kubernetes` `monitoring` `analysis` (Cloud & DevOps MCP Servers)
- awesome-devops-mcp-servers - wenhuwang/mcp-k8s-eye - MCP Server for kubernetes management, and analyze your cluster, application health. (Cloud Infrastructure / 🐳 Container Orchestration)
- awesome-mcp-list - wenhuwang/mcp-k8s-eye - k8s-eye?style=social)](https://github.com/wenhuwang/mcp-k8s-eye): Provides Kubernetes management features and application health analysis. (Uncategorized / Uncategorized)
- mcp-index - MCP k8s eye - Manage Kubernetes clusters and analyze workload status. Perform core operations like resource management, diagnostics, and monitoring through various transport protocols. (Developer Tools)
- awesome-mcp-zh - wenhuwang/mcp-k8s-eye
- awesome-mcp-servers - wenhuwang/mcp-k8s-eye
- awesome-mcp-servers - wenhuwang/mcp-k8s-eye
- awesome-mcp-servers - **mcp-k8s-eye** - MCP Server for kubernetes management and diagnose your cluster and applications `go` `mcp` `server` `kubernetes` `http` `go install wenhuwang/mcp-k8s-eye@latest` (DevOps)
- awesome-mcp-servers - **mcp-k8s-eye** - MCP Server for kubernetes management and diagnose your cluster and applications `go` `mcp` `server` `kubernetes` `http` `go install wenhuwang/mcp-k8s-eye@latest` (DevOps)
- awesome-mcp-servers - wenhuwang/mcp-k8s-eye - Kubernetesクラスターのリソース管理と、クラスターとアプリケーションの健全性ステータスの詳細な分析を提供します。 (サーバー実装 / ☁️ <a name="cloud-platforms"></a>クラウドプラットフォーム)
- awesome-mcp-servers - KubeEye - MCP Server for kubernetes management and analyze workload status (Table of Contents / System Automation)
- awesome-mcp-servers - KubeEye - MCP Server for kubernetes management and analyze workload status (Table of Contents / System Automation)
- awesome-devops-mcp-servers - wenhuwang/mcp-k8s-eye - MCP Server for kubernetes management, and analyze your cluster, application health. (Cloud Infrastructure / 🐳 Container Orchestration)
- awesome-mcp - wenhuwang/mcp-k8s-eye
README
## mcp-k8s-eye
mcp-k8s-eye is a tool that can manage kubernetes cluster and analyze workload status.
## Requirements
- Go 1.23 or higher
- kubectl configured## Installation
```
# clone the repository
git clone https://github.com/wenhuwang/mcp-k8s-eye.git
cd mcp-k8s-eye# build the binary
go build -o mcp-k8s-eye
```## Usage
```
{
"mcpServers": {
"kubernetes": {
"command": "YOUR mcp-k8s-eye PATH",
"env": {
"HOME": "YOUR HOME DIR"
},
}
}
}
```## Features
- [x] Connect to a Kubernetes cluster
- [x] Pod management capabilities (list, get, exec, logs, delete)
- [x] Deployment management capabilities (list, get, scale, delete)
- [x] Service management capabilities (list, get, delete)
- [ ] StatefulSet management capabilities (list, get, delete)
- [ ] DaemonSet management capabilities (list, get, delete)
- [ ] Ingress management capabilities (list, get, delete)
- [ ] Node management capabilities (list, get, delete)
- [x] Analyze pods
- [x] Analyze services
- [x] Analyze deployments
- [ ] Analyze statefulsets
- [ ] Analyze daemonsets
- [ ] Analyze ingress
- [ ] Analyze nodes
- [ ] Analyze cluster