Skip to main content
Glama
148,164 tools. Last updated 2026-05-27 21:24

"Kubernetes" matching MCP tools:

Matching MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    A Model Context Protocol (MCP) server that provides safe, read-only access to Kubernetes resources for debugging and inspection. Built with security in mind, it offers comprehensive cluster visibility without modification capabilities.
    Last updated
    45
    MIT

Matching MCP Connectors

  • The Google GKE MCP server is a managed Model Context Protocol server that provides AI applications with tools to manage Google Kubernetes Engine (GKE) clusters and Kubernetes resources. It exposes a structured, discoverable interface that allows AI agents to interact with GKE and Kubernetes APIs, enabling them to inspect cluster configurations, retrieve Kubernetes resource YAMLs, monitor operations like cluster upgrades, diagnose issues, and optimize costs—all without needing to parse text output or use complex kubectl commands.

  • Provides read access to your GKE and Kubernetes resources.

  • Retrieve all Kubernetes namespace names in alphabetical order for cluster management and access verification.
    Apache 2.0
  • Execute a command in a Kubernetes pod and return its output. Uses an array format for secure, direct execution without shell interpretation.
    MIT
  • Retrieve detailed pod information including status, IP addresses, and node placement within a specified Kubernetes namespace for monitoring and troubleshooting.
    Apache 2.0
  • Retrieve a complete list of all Kubernetes clusters monitored by Karma to quickly identify cluster scope for alert analysis and filtering.
    MIT
  • List Kubernetes pods in a specified namespace, showing their status and metadata for quick cluster inspection.
    MIT
  • Remove a Kubernetes Secret from a specified namespace to manage sensitive data securely. This tool helps delete secrets when they are no longer needed or to maintain cluster security.
    Apache 2.0
  • Create a new pod in Kubernetes by specifying namespace, container image, and optional configurations like labels, commands, and environment variables.
    Apache 2.0
  • Retrieve documentation for a Kubernetes resource or field by specifying the name or field path, with optional API version and recursive field details.
    MIT