Inspect Kubernetes clusters via MCP by listing pods, namespaces, nodes, and events.
This MCP tool is described as Kubernetes cluster introspection only, with no stated external secrets or custom remote endpoints. However, it executes locally and can access cluster context and potentially sensitive infrastructure metadata; overall it warrants caution, especially given low adoption and unknown maintenance status despite being open source.
The material states no additional secrets or environment variables are required, but Kubernetes tools of this kind commonly reuse local kubeconfig, current cluster context, or existing cloud login state. There is no explicit sign of credential exfiltration, yet it may implicitly operate with sensitive preexisting credentials in privileged environments.
No custom remote endpoint is declared, and there is no stated transfer of data to third-party services. However, the tool’s stated functionality inherently requires communicating with the Kubernetes API or cluster control plane to list pods, namespaces, nodes, and events, which is normal network access within its claimed scope.
The system flags executes-code, meaning it runs code or processes locally. Based on the description, it likely invokes Kubernetes client logic or related commands to query cluster state. The material does not show requests for system privileges clearly beyond cluster introspection, so this is a normal caution item rather than a high-risk signal.
Per its description, it can read cluster objects such as pods, namespaces, nodes, and events; this metadata may expose sensitive operational context like image names, node details, and event messages. It also likely needs access to local Kubernetes configuration. No write or destructive operations are stated, but the visibility scope still deserves least-privilege control.
A positive factor is that a public source repository exists, allowing code review. However, the source is a third-party registry, the license is undeclared, community adoption is 0 stars, maintenance is unknown, and the README is missing, which weakens verifiability and maturity. The available evidence is insufficient for a high-risk rating, but supply-chain trust remains limited.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-kubernetics" yet — see the docs or source repo.
Use mcp-kubernetics to list all namespaces, nodes, and the number of pods in each namespace in the current Kubernetes cluster, then present the results in a concise table.
A summary table showing namespaces, node lists, and pod counts for a quick cluster status overview.
Use mcp-kubernetics to retrieve recent Kubernetes events, filter for Warning-level events, and summarize possible causes grouped by namespace.
A namespace-grouped list of warning events with brief explanations of likely underlying issues.
Use mcp-kubernetics to inspect all pod statuses in the production namespace, highlight pods that are not Running, and include their assigned nodes and recent related events.
A pod status report for the production namespace, highlighting unhealthy pods, their nodes, and related recent events.
Manage Kubernetes resources with natural language for deployment and troubleshooting.
Manage Kubernetes clusters, resources, backups, and diagnostics using natural language.
Manage Kubernetes clusters with resource inspection, operations, monitoring, and analysis.
Connect to Kubernetes via MCP to inspect clusters and assist operations.
Connect to Kubernetes and OpenShift clusters for management and automation tasks.
Generate Kubernetes manifests and run common cluster operations from one tool.