Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
mcp-server-kubernetes logo
MCP server

mcp-server-kubernetes

Drives the kubectl and Helm binaries already installed on the machine

0
SaveVisit website ↗

Add it to your client

Community
Install
npx mcp-server-kubernetes
mcpServers
{
  "mcpServers": {
    "flux159-kubernetes-mcp": {
      "command": "npx",
      "args": [
        "mcp-server-kubernetes"
      ]
    }
  }
}
Transport
both
Runtime
Node
Auth
Required
License
MIT
Stars
1,569
Tools
kubectl_getkubectl_describekubectl_applykubectl_deletekubectl_logskubectl_scalekubectl_patchkubectl_rolloutkubectl_genericexplain_resourceport_forwardinstall_helm_chart+1

The opposite design choice from a native API client: this Node server calls the local kubectl and helm v3 executables, so it inherits every context, auth plugin and RBAC rule the operator has already set up. Tools mirror the CLI verbs — get, describe, create, apply, delete, logs, scale, patch, rollout, plus port_forward and a kubectl_generic escape hatch — and Helm work is covered by install_helm_chart, upgrade_helm_chart and the template-based apply and uninstall variants. Setting ALLOW_ONLY_NON_DESTRUCTIVE_TOOLS=true strips deletion, uninstall and node operations out of the exposed list, which is the usual precaution before pointing it at anything shared. Stdio is the default transport, with an SSE mode for setups where the server runs elsewhere.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?