This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryAdded 14 MCP resources and 8 prompts for Kubernetes operations.
Full changelog
What's New in v1.8.0
MCP Resources (14 new resources)
Access Kubernetes data as browsable resources with FastMCP 3:
| Resource URI | Description |
|--------------|-------------|
| kubeconfig://contexts | List all kubectl contexts |
| kubeconfig://current-context | Current active context |
| namespace://current | Current namespace |
| namespace://list | List all namespaces |
| cluster://info | Cluster info with version & nodes |
| cluster://nodes | Detailed node information |
| cluster://version | Kubernetes version |
| cluster://api-resources | Available API resources |
| manifest://deployments/{ns}/{name} | Deployment YAML |
| manifest://services/{ns}/{name} | Service YAML |
| manifest://pods/{ns}/{name} | Pod YAML |
| manifest://configmaps/{ns}/{name} | ConfigMap YAML |
| manifest://secrets/{ns}/{name} | Secret YAML (data masked) |
| manifest://ingresses/{ns}/{name} | Ingress YAML |
MCP Prompts (8 new prompts)
Pre-built workflow prompts for common Kubernetes operations:
| Prompt | Description |
|--------|-------------|
| troubleshoot_workload | Comprehensive pod/deployment troubleshooting guide |
| deploy_application | Step-by-step deployment workflow |
| security_audit | Security scanning and RBAC analysis |
| cost_optimization | Resource optimization and cost analysis |
| disaster_recovery | Backup and recovery planning |
| debug_networking | Network debugging for services |
| scale_application | Scaling guide with HPA/VPA best practices |
| upgrade_cluster | Kubernetes cluster upgrade planning |
Comprehensive Test Suite
- 135 tests covering all tools, resources, and prompts
- pytest configuration with fixtures
- Development dependencies in
requirements-dev.txt
Documentation
- Added Development & Testing section to README
- Test running instructions
- Code quality commands
Fixes
- FastMCP 3 compatibility improvements
- Fixed auto-install version for beta package
Installation
# npm
npm install -g kubectl-mcp-server
# pip
pip install kubectl-mcp-tool
# Docker
docker pull rohitghumare64/kubectl-mcp-server:v1.8.0
Full Changelog: https://github.com/rohitg00/kubectl-mcp-server/compare/v1.7.0...v1.8.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]