📄 skillStaleExperimentalhigh
k8s-mcp-server
by alexei-led
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI systems to assist with cluster management, troubleshooting, and deployments
Supported Platforms
🤖 Claude Code
Quality Breakdown
70/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Stale
No commits in 90-365 days and no tagged releases.
Risk Assessment
- CLI execution capabilities: repo enables Claude to execute Kubernetes CLI tools (kubectl, istioctl, helm, argocd) with potential cluster-wide impact
- System command execution: cli_executor.py module suggests direct command execution capabilities without clear approval gates
- Kubernetes cluster access: tool provides access to k8s cluster operations including deployments, scaling, config modifications
- Persistent configuration file: CLAUDE.md indicates Claude-specific persistent configuration that could be modified autonomously
- Docker containerization: Dockerfile and docker-compose.yml suggest container execution environment setup
- No explicit human approval gates mentioned for destructive operations (scale, delete, apply manifests)