MCP server

Kubernetes

MCP

Official-line Kubernetes MCP from the containers org.

Clusters and OpenShift. Pods, logs, apply — against the kubeconfig you mount.

latest·Apache-2.0·Updated this quarter·github.com/containers/kubernetes-mcp-server·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

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

By Containers

Spec

What the server actually exposes.

  • get_pods

    read

    Pods in a namespace.

  • logs

    read

    Logs from a pod.

  • apply

    write

    Apply a manifest after you confirm.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

kubernetes-mcp.mcp/tools

Tools

  • get_pods

    Pods in a namespace.

    read
  • logs

    Logs from a pod.

    read
  • apply

    Apply a manifest after you confirm.

    write

Last call

{ "ok": true,
  "tool": "get_pods",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.