This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryAdded 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
npxsupport 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
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]