Kubernetes MCP Server

A native, high-performance Go server for interacting with Kubernetes and OpenShift APIs.

Categories
Managing & Observability
Self-Hosted
Go
DevOps & Platforms
Our Take

This server stands out because it's a native Go implementation, not just a wrapper around `kubectl`. This means better performance and no external dependencies. It gives an AI agent a deep, programmatic understanding of a Kubernetes cluster, allowing it to perform any CRUD operation, view logs, and even manage Helm charts. An essential tool for any AI-driven cloud management.

Quick Start
// Run directly via npx in your MCP client configuration:
  {
    "mcpServers": {
      "kubernetes": {
        "command": "npx",
        "args": ["-y", "kubernetes-mcp-server@latest"]
      }
    }
  }

Related Tools