Skip to content

rohitg00/kubectl-mcp-server

v1.19.0 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

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

Multi-cluster query, health, and pod count tools added with stateless mode support.

Full changelog

What's New in v1.19.0

New Features

Multi-Cluster Operations (4 new tools)

  • multi_cluster_query: Query resources across multiple clusters simultaneously
  • multi_cluster_health: Check health status of all clusters at once
  • multi_cluster_pod_count: Get pod counts across all clusters with breakdown by phase

Kubeconfig Auto-Detection

  • enable_kubeconfig_watching: Auto-detect kubeconfig file changes (useful for cloud CLI credential updates)
  • disable_kubeconfig_watching: Disable the watcher
  • get_server_config_status: Check current server configuration including watch status

Stateless Mode

  • MCP_STATELESS_MODE environment variable: Run without caching API clients (ideal for serverless)
  • set_stateless_mode / is_stateless_mode: Toggle stateless operation programmatically

Pod Management

  • run_pod: Run container images directly (kubectl run equivalent)

Code Quality Improvements

  • Created shared utils.py module, removing ~474 lines of duplicate code
  • Removed 31 redundant comments from tool files
  • Added input validation for check_interval parameter
  • Simplified module docstrings
  • All 47 tests passing

Files Changed

  • 20 files modified
  • New: kubectl_mcp_tool/tools/utils.py

Installation

# PyPI
pip install kubectl-mcp-server==1.19.0

# npm
npm install [email protected]

Full Changelog: https://github.com/rohitg00/kubectl-mcp-server/compare/v1.18.0...v1.19.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]