Skip to content

rohitg00/kubectl-mcp-server

v1.17.0 Feature

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

Affected surfaces

auth rbac

Summary

AI summary

Added new HTTP endpoints, safety‑mode flags, and TOML config support to kubectl‑mcp‑server.

Full changelog

v1.17.0 - MCP Server Enterprise Integration

This release integrates enterprise-readiness modules directly into the MCP server, building on the PRD implementation from previous releases.

MCP Server Integration

HTTP Endpoints Added:

  • /stats - Real-time server statistics and tool call metrics
  • /metrics - Prometheus-compatible metrics (when available)
  • /safety - Safety mode status and configuration

CLI Parameters:

  • --config <file> - Load configuration from TOML file
  • --read-only - Enable read-only safety mode
  • --disable-destructive - Disable destructive operations only

Configuration Features:

  • TOML configuration file support
  • SIGHUP signal handler for runtime config reload
  • CLI flags take precedence over config file settings
  • Custom prompts loading from config

Safety Modes

  • Normal: All operations allowed
  • Read-Only: Only read operations (get, list, describe)
  • Disable-Destructive: Block destructive operations (delete, drain, cordon)

Observability

  • StatsCollector for tool call metrics
  • Prometheus metrics integration (optional)
  • OpenTelemetry tracing support (optional)

Example Usage

# Start with config file
kubectl-mcp-server serve --config /etc/kubectl-mcp/config.toml

# Start in read-only mode
kubectl-mcp-server serve --read-only

# Disable destructive operations only
kubectl-mcp-server serve --disable-destructive

Installation

  • pip: pip install kubectl-mcp-server==1.17.0
  • npm: npx [email protected]
  • Docker: docker pull rohitghumare64/kubectl-mcp-server:1.17.0

Full Changelog

https://github.com/rohitg00/kubectl-mcp-server/compare/v1.16.0...v1.17.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]