This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryAdded kubectl-mcp-app: a standalone npm package delivering eight interactive UI dashboards for Kubernetes management.
Full changelog
What's New
kubectl-mcp-app - 8 Interactive UI Dashboards
Added a standalone npm package kubectl-mcp-app that provides beautiful, interactive UI dashboards for Kubernetes management using the MCP ext-apps SDK.
Installation:
# Via npm
npm install -g kubectl-mcp-app
# Or via npx (no install)
npx kubectl-mcp-app
Claude Desktop Configuration:
{
"mcpServers": {
"kubectl-app": {
"command": "npx",
"args": ["kubectl-mcp-app"]
}
}
}
8 Interactive UI Tools:
| Tool | Description |
| ---- | ----------- |
| k8s-pods | Interactive pod viewer with filtering, sorting, status indicators |
| k8s-logs | Real-time log viewer with syntax highlighting and search |
| k8s-deploy | Deployment dashboard with rollout status, scaling, rollback |
| k8s-helm | Helm release manager with upgrade/rollback actions |
| k8s-cluster | Cluster overview with node health and resource metrics |
| k8s-cost | Cost analyzer with waste detection and recommendations |
| k8s-events | Events timeline with type filtering and grouping |
| k8s-network | Network topology graph showing Services/Pods/Ingress |
Features:
- 🎨 Dark/light theme support
- 📊 Real-time data visualization
- 🖱️ Interactive actions (scale, restart, delete)
- 🔗 Seamless integration with kubectl-mcp-server
- 📦 TypeScript + React 19 + Vite
- 🎯 Single-file HTML bundles (~220KB each)
- ✅ 27 tests with full coverage
Full Changelog
https://github.com/rohitg00/kubectl-mcp-server/compare/v1.21.0...v1.22.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About rohitg00/kubectl-mcp-server
A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language.
Related context
Beta — feedback welcome: [email protected]