Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 4mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai deployment devops genai kubernetes kubernetes-tools
+5 more
llms mcp mcp-server npm pypi

Summary

AI summary

Adds 37 new tools for Kubernetes management, reaching a total of 72 tools.

Full changelog

What's New in v1.6.0

This release adds 37 new tools bringing the total to 72 tools for comprehensive Kubernetes management.

Phase 1: Quick Win Features (10 tools)

  • get_ingress - List ingress resources
  • get_statefulsets - List StatefulSets with details
  • get_daemonsets - List DaemonSets with status
  • get_jobs - List Jobs with completion status
  • diagnose_pod_crash - Automated diagnosis of pod crash loops
  • detect_pending_pods - Detect and analyze pending pods
  • get_replicasets - List ReplicaSets
  • get_endpoints - List Endpoints
  • get_hpa - List Horizontal Pod Autoscalers
  • get_pdb - List Pod Disruption Budgets

Phase 2: K8s v1.35 & Storage Features (12 tools)

  • get_persistent_volumes - List PVs with capacity
  • get_pvcs - List PVCs with bound status
  • get_storage_classes - List StorageClasses
  • get_crds - List Custom Resource Definitions
  • get_resource_quotas - List ResourceQuotas
  • get_limit_ranges - List LimitRanges
  • get_service_accounts - List ServiceAccounts
  • restart_deployment - Trigger rolling restart
  • get_pod_metrics - Get pod CPU/memory metrics
  • get_node_metrics - Get node CPU/memory metrics
  • get_priority_classes - List PriorityClasses
  • get_pod_security_info - Get Pod Security Standards info

Phase 3: Advanced Features (15 tools)

  • diagnose_network_connectivity - Test network from pod to target
  • check_dns_resolution - Test DNS resolution in cluster
  • get_evicted_pods - Find evicted pods with reasons
  • compare_namespaces - Compare resources between namespaces
  • get_admission_webhooks - List validating/mutating webhooks
  • backup_resource - Export resource as YAML
  • label_resource - Add/update labels on resources
  • annotate_resource - Add/update annotations
  • taint_node - Add/remove node taints
  • wait_for_condition - Wait for resource condition
  • get_pod_conditions - Detailed pod conditions analysis
  • trace_service_chain - Trace service to pods chain
  • get_cluster_version - Get cluster version info
  • get_previous_logs - Get logs from crashed containers

Installation

pip:
```bash
pip install kubectl-mcp-tool==1.6.0
```

npm/npx:
```bash
npx [email protected]
```

Docker:
```bash
docker pull rohitghumare64/kubectl-mcp-server:1.6.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

Track rohitg00/kubectl-mcp-server

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]