一款轻量级、跨平台的 Mini Kubernetes AI Dashboard,支持大模型+智能体+MCP(支持设置操作权限),集成多集群管理、智能分析、实时异常检测等功能,支持多架构并可单文件部署,助力高效集群管理与运维优化。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"k8m": {
"command": "go",
"args": [
"run",
"github.com/weibaohui/k8m@latest"
]
}
}
}
Run in terminal:
claude mcp add k8m go run github.com/weibaohui/k8m@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"k8m": {
"command": "go",
"args": [
"run",
"github.com/weibaohui/k8m@latest"
]
}
}
}