Skip to content

This release adds 2 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

Added npm/npx installation support and fixed graceful shutdown on Ctrl+C.

Full changelog

What's New

npm / npx Installation Support

You can now install and run kubectl-mcp-server via npm/npx:

# Run directly without installation
npx kubectl-mcp-server

# Or install globally
npm install -g kubectl-mcp-server
kubectl-mcp-server

Easy AI Assistant Configuration

Use npx in your AI assistant configs for simpler setup:

{
  "mcpServers": {
    "kubernetes": {
      "command": "npx",
      "args": ["-y", "kubectl-mcp-server"]
    }
  }
}

Works with Claude Desktop, Claude Code, Cursor, and Windsurf.

Changes

  • Add npm package (kubectl-mcp-server) with Node.js wrapper
  • Add npx support for easy execution without installation
  • Add automatic npm publishing workflow
  • Fix graceful shutdown on Ctrl+C (no more tracebacks)
  • Update README with npm installation instructions

Installation

npm/npx (New!):

npx kubectl-mcp-server

pip:

pip install kubectl-mcp-tool

Docker:

docker pull rohitghumare64/kubectl-mcp-server:latest

Links

  • npm: https://www.npmjs.com/package/kubectl-mcp-server
  • PyPI: https://pypi.org/project/kubectl-mcp-tool/
  • Docker Hub: https://hub.docker.com/r/rohitghumare64/kubectl-mcp-server

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]