Kubernetes
Connect AI assistants to Kubernetes clusters using your local kubeconfig.
Type: Community
Source Type: Local Package
Source: npm
Description: Kubernetes MCP server provides AI assistants with access to your Kubernetes clusters using your local kubeconfig. It enables listing and inspecting resources, viewing logs and events, and (when not in read-only mode) applying manifests.
Configuration Parameters:
Read-only (optional) -
true(recommended) orfalse. Whentrue, mutating operations are disabled.Kubeconfig path (optional) - Absolute path to a kubeconfig file. Defaults to
~/.kube/config.
Setup Steps:
Run
kubectl config current-contexton the host to confirm the kubeconfig points at the right cluster.Decide whether to run in read-only mode — strongly recommended for shared environments.
When creating the connection in Natoma, set
Read-onlyand (optionally) the kubeconfig path, and save.
Last updated

