kubernetes-mcp (Stonepusher/kubernetes-mcp) is an MCP server listed on the M8ven Trust Index. It scores 59 out of 100, grade D. It declares 89 tools. No publisher has claimed this listing.

D
Caution
59/100

kubernetes-mcp

MCP server that gives AI assistants full access to Kubernetes clusters and Helm, exposing 73 tools for managing pods, deployments, services, configs, secrets, logs, exec, port-forwarding, Helm lifecycle, and more.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Stonepusher

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes89 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

k8s_list_jobs

List Jobs in a namespace

k8s_get_job

Get details of a specific Job

k8s_list_cronjobs

List CronJobs in a namespace

k8s_get_cronjob

Get details of a specific CronJob

k8s_suspend_cronjob

Suspend a CronJob to prevent it from scheduling new Jobs

k8s_resume_cronjob

Resume a suspended CronJob to allow it to schedule new Jobs again

k8s_list_contexts

List all kubeconfig contexts and identify the current active context

k8s_use_context

Switch the active kubeconfig context

k8s_list_crds

List all CustomResourceDefinitions in the cluster

k8s_get_crd

Get details of a specific CustomResourceDefinition

k8s_exec

Execute a command in a running pod container

k8s_copy_file

Copy files between a pod and the local filesystem using kubectl cp

helm_list

List Helm releases

helm_install

Install a Helm chart

helm_upgrade

Upgrade (or install) a Helm release

helm_rollback

Rollback a Helm release to a previous revision

helm_uninstall

Uninstall a Helm release

helm_get_values

Get values for an installed Helm release

helm_show_chart_values

Show default values for a Helm chart (before installation)

helm_repo_add

Add a Helm chart repository

helm_repo_update

Update Helm chart repositories (helm repo update)

helm_history

Get revision history of a Helm release

k8s_list_hpas

List HorizontalPodAutoscalers in a namespace

k8s_get_hpa

Get details of a specific HorizontalPodAutoscaler

k8s_list_ingresses

List Ingresses in a namespace

k8s_get_ingress

Get details of a specific Ingress

k8s_list_namespaces

List all Kubernetes namespaces in the cluster

k8s_list_pods

List pods in a namespace

k8s_get_pod

Get details of a specific pod

k8s_list_deployments

List deployments in a namespace

k8s_get_deployment

Get details of a specific deployment

k8s_scale_deployment

Scale a deployment to a specific number of replicas

k8s_list_services

List services in a namespace

k8s_get_service

Get details of a specific service

k8s_list_configmaps

List ConfigMaps in a namespace

k8s_get_configmap

Get details of a specific ConfigMap including its data

k8s_list_secrets

List Secrets in a namespace (names and types only, not values)

k8s_get_secret

Get a Secret by name (values are base64-encoded as stored in Kubernetes)

k8s_get_events

Get events in a namespace, optionally filtered by involved object name

k8s_get_pod_logs

Get logs from a pod container

k8s_apply_manifest

Apply a Kubernetes manifest (YAML or JSON) using kubectl apply -f -

k8s_delete_resource

Delete a Kubernetes resource by type and name without needing a manifest

k8s_delete_manifest

Delete Kubernetes resources defined in a manifest using kubectl delete -f -

k8s_top_nodes

Show CPU and memory usage for all nodes (requires metrics-server)

k8s_top_pods

Show CPU and memory usage for pods (requires metrics-server)

k8s_list_network_policies

List NetworkPolicies in a namespace

k8s_get_network_policy

Get full details of a specific NetworkPolicy

k8s_list_nodes

List all nodes in the cluster with status, roles, and version info

k8s_get_node

Get full details of a specific node

k8s_cordon_node

Cordon a node to prevent new pods from being scheduled on it

k8s_uncordon_node

Uncordon a node to allow pods to be scheduled on it again

k8s_label_node

Add, update, or remove labels on a node. Use "key=value" to set and "key-" to remove.

k8s_taint_node

Add or remove taints on a node. Use "key=value:Effect" to add and "key:Effect-" to remove.

k8s_drain_node

Drain a node by evicting all pods (cordons the node first)

k8s_list_pod_disruption_budgets

List PodDisruptionBudgets in a namespace

k8s_get_pod_disruption_budget

Get full details of a specific PodDisruptionBudget

k8s_port_forward_start

Start a port-forward tunnel to a pod

k8s_port_forward_stop

Stop an active port-forward tunnel

k8s_port_forward_list

List all active port-forward sessions

k8s_list_resource_quotas

List ResourceQuotas in a namespace

k8s_get_resource_quota

Get full details of a specific ResourceQuota

k8s_list_limit_ranges

List LimitRanges in a namespace

k8s_get_limit_range

Get full details of a specific LimitRange

k8s_list_cluster_roles

List all ClusterRoles in the cluster

k8s_get_cluster_role

Get details of a specific ClusterRole

k8s_list_cluster_role_bindings

List all ClusterRoleBindings in the cluster

k8s_get_cluster_role_binding

Get details of a specific ClusterRoleBinding

k8s_list_roles

List Roles in a namespace

k8s_get_role

Get details of a specific Role

k8s_list_role_bindings

List RoleBindings in a namespace

k8s_get_role_binding

Get details of a specific RoleBinding

k8s_rollout_restart

Trigger a rolling restart of a Deployment, DaemonSet, or StatefulSet

k8s_rollout_status

Check the rollout status of a Deployment, DaemonSet, or StatefulSet

k8s_set_image

Update the container image for a Deployment, DaemonSet, or StatefulSet

k8s_rollout_undo

Roll back a Deployment, DaemonSet, or StatefulSet to a previous revision

k8s_list_service_accounts

List ServiceAccounts in a namespace

k8s_get_service_account

Get full details of a specific ServiceAccount

k8s_list_persistent_volumes

List all PersistentVolumes in the cluster (cluster-scoped)

k8s_get_persistent_volume

Get details of a specific PersistentVolume

k8s_list_persistent_volume_claims

List PersistentVolumeClaims in a namespace

k8s_get_persistent_volume_claim

Get details of a specific PersistentVolumeClaim

k8s_list_storage_classes

List all StorageClasses in the cluster

k8s_get_storage_class

Get full details of a specific StorageClass

k8s_list_daemonsets

List DaemonSets in a namespace

k8s_get_daemonset

Get details of a specific DaemonSet

k8s_list_statefulsets

List StatefulSets in a namespace

k8s_get_statefulset

Get details of a specific StatefulSet

k8s_list_replicasets

List ReplicaSets in a namespace (useful for inspecting deployment rollout history)

k8s_get_replicaset

Get full details of a specific ReplicaSet

// known CVEs in dependencies2 high2 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highjs-yaml@4.1.1GHSA-52cp-r559-cp3m

js-yaml: YAML merge-key chains can force quadratic CPU consumption

highjs-yaml@4.1.1GHSA-5p4m-2wfm-xmqj

JS-YAML: Quadratic CPU consumption in !!omap resolution (3.x and 4.x) — CVE-2026-59870 fix not backported

lowjs-yaml@4.1.1GHSA-h67p-54hq-rp68

JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases

lowesbuild@0.27.3GHSA-g7r4-m6w7-qqqr

esbuild allows arbitrary file read when running the development server on Windows

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

89/89 tools missing one or more hints — k8s_list_jobs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); k8s_get_job (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); k8s_list_cronjobs (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +86 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Destructive tools are labelled

2 tools perform destructive updates without destructiveHint — helm_install deletes at line 18 (fs.unlink(filePath)); helm_upgrade deletes at line 18 (fs.unlink(filePath))

Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Production dependencies are patched

0 critical, 2 high severity in production deps — js-yaml@4.1.1 (high), js-yaml@4.1.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/stonepusher/kubernetes-mcp?variant=verified)](https://m8ven.ai/mcp/stonepusher/kubernetes-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 1fffa85d32c51facbc2ef434d44503f9afa0cbb3
code hash: d7e9be76f9e18a32f60f57ca33fc88dafd3674f0863b3868cb6a22cc2d8fb9a1
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client