kubectl-mcp-server 1.11.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +40 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  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.
4
4
 
5
+ [![GitHub Stars](https://img.shields.io/github/stars/rohitg00/kubectl-mcp-server?style=flat&logo=github)](https://github.com/rohitg00/kubectl-mcp-server)
5
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
7
  [![Python](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/)
7
8
  [![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=flat&logo=kubernetes&logoColor=white)](https://kubernetes.io/)
@@ -10,6 +11,7 @@ A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants
10
11
  [![npm](https://img.shields.io/npm/v/kubectl-mcp-server?color=green&label=npm)](https://www.npmjs.com/package/kubectl-mcp-server)
11
12
  [![Docker](https://img.shields.io/docker/pulls/rohitghumare64/kubectl-mcp-server.svg)](https://hub.docker.com/r/rohitghumare64/kubectl-mcp-server)
12
13
  [![Tests](https://img.shields.io/badge/tests-187%20passed-success)](https://github.com/rohitg00/kubectl-mcp-server)
14
+ [![agentregistry](https://img.shields.io/badge/agentregistry-verified-blue?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTE1Ljk5MiA2LjAzN2wtMy4wMjEtLjQzOS0xLjM1LTIuNzM2Yy0uMzQ2LS43MDItMS41MDQtLjcwMi0xLjg1IDBMOC40MjEgNS41OTggNS40IDYuMDM3Yy0uNzc2LjExMy0xLjA4OCAxLjA1My0uNTI4IDEuNTkzbDIuMTg2IDIuMTI5LS41MTYgMy4wMWMtLjEzMy43NzUuNjgyIDEuMzY2IDEuMzc4Ljk5OGwyLjcwMi0xLjQyIDIuNzAyIDEuNDJjLjY5Ni4zNjggMS41MTEtLjIyMyAxLjM3OC0uOTk4bC0uNTE2LTMuMDEgMi4xODYtMi4xMjljLjU2LS41NCAwLjI0OC0xLjQ4LS41MjgtMS41OTN6Ii8+PC9zdmc+)](https://aregistry.ai)
13
15
 
14
16
  ## MCP Client Compatibility
15
17
 
@@ -411,6 +413,43 @@ docker mcp server enable kubectl-mcp-server
411
413
  docker mcp client connect claude
412
414
  ```
413
415
 
416
+ ## agentregistry
417
+
418
+ kubectl-mcp-server is published to [agentregistry](https://github.com/agentregistry-dev/agentregistry), a centralized registry for MCP servers.
419
+
420
+ ### Install with arctl
421
+
422
+ ```bash
423
+ # Install arctl CLI
424
+ curl -fsSL https://raw.githubusercontent.com/agentregistry-dev/agentregistry/main/scripts/install.sh | bash
425
+
426
+ # Search for kubectl-mcp-server
427
+ arctl mcp search kubectl
428
+
429
+ # Install the server
430
+ arctl mcp install io.github.rohitg00/kubectl-mcp-server
431
+ ```
432
+
433
+ ### Available Packages
434
+
435
+ | Registry | Identifier |
436
+ |----------|------------|
437
+ | **PyPI** | `kubectl-mcp-server` (uvx) |
438
+ | **npm** | `kubectl-mcp-server` (npx) |
439
+ | **OCI** | `docker.io/rohitghumare64/kubectl-mcp-server` |
440
+
441
+ ### agentgateway Integration
442
+
443
+ Use with [agentgateway](https://github.com/agentgateway/agentgateway) for unified MCP routing:
444
+
445
+ ```bash
446
+ # Install agentgateway
447
+ cargo install agentgateway
448
+
449
+ # Configure kubectl-mcp-server as upstream
450
+ agentgateway --config gateway.yaml
451
+ ```
452
+
414
453
  ## Kubernetes Deployment
415
454
 
416
455
  Deploy kubectl-mcp-server directly in your Kubernetes cluster for centralized access.
@@ -615,4 +654,5 @@ MIT License - see [LICENSE](LICENSE) for details.
615
654
  - [PyPI Package](https://pypi.org/project/kubectl-mcp-server/)
616
655
  - [npm Package](https://www.npmjs.com/package/kubectl-mcp-server)
617
656
  - [Docker Hub](https://hub.docker.com/r/rohitghumare64/kubectl-mcp-server)
657
+ - [agentregistry](https://aregistry.ai) - MCP Server Registry
618
658
  - [GitHub Issues](https://github.com/rohitg00/kubectl-mcp-server/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubectl-mcp-server",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "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",
5
5
  "keywords": [
6
6
  "kubernetes",