Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

mcp-k8s — Kubernetes MCP Server (Go + Helm)

A Go-based Kubernetes MCP server supporting resource CRUD (configurable) plus Helm ops and multiple transports; verified 145★, pushed 2026-04-12.

MCP Hub
MCP Hub · Community
Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 94/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Go|Docker
Confiance
Confiance : Established
Point d'entrée
go install github.com/silenceper/mcp-k8s/cmd/mcp-k8s@latest
Commande CLI universelle
npx tokrepo install c31e3abb-38d0-5516-b0ec-e5cd1be95b43
Introduction

A Go-based Kubernetes MCP server supporting resource CRUD (configurable) plus Helm ops and multiple transports; verified 145★, pushed 2026-04-12.

Best for: Ops/dev teams who want LLM-friendly Kubernetes reads (and gated writes) via MCP tools

Works with: Go 1.21+ or Docker; reads kubeconfig and can run over stdio/SSE/Streamable HTTP (README)

Setup time: 12-25 minutes

Key facts (verified)

  • GitHub: 145 stars · 28 forks · pushed 2026-04-12.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: go install github.com/silenceper/mcp-k8s/cmd/mcp-k8s@latest.

Main

  • Start read-only: keep create/update/delete disabled until you trust your prompts and role separation (README shows write flags).

  • Choose a transport that matches your client: use stdio for desktop clients, or Streamable HTTP/SSE for remote access and debugging.

  • Keep kubeconfig explicit: Docker examples mount ~/.kube/config so the server talks to the cluster you intend.

  • Use Helm tools for higher-level ops: list_helm_releases/install_helm_chart/upgrade_helm_chart help avoid low-level manifest edits.

Source-backed notes

  • README lists tool groups: Kubernetes resource queries/CRUD plus Helm release/repo operations.
  • README includes Docker run examples exposing http://localhost:8080/mcp in Streamable HTTP mode.
  • README shows install via go install github.com/silenceper/mcp-k8s/cmd/mcp-k8s@latest and mentions downloading binaries from releases.

FAQ

  • Can it modify my cluster?: Yes, but writes are configurable; keep create/update/delete disabled unless you need them (README flags).
  • Which transport should I use?: Use Streamable HTTP for URL-based clients and debugging; use stdio for local desktop MCP clients.
  • How does it find my cluster credentials?: README Docker examples mount ~/.kube/config; Go binary can read a kubeconfig path via flags.
🙏

Source et remerciements

Source: https://github.com/silenceper/mcp-k8s > License: Apache-2.0 > GitHub stars: 145 · forks: 28

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires