kubernetes-mcp-server

kubernetes-mcp-server

MCP server for Kubernetes and OpenShift.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.7k
Source
mcp-github

Overview

kubernetes-mcp-server is a powerful implementation of the Kubernetes and OpenShift MCP server, supporting various operations. It enables AI to directly interact with the Kubernetes API, performing CRUD operations, managing Pods, namespaces, events, and other resources. The tool requires no external dependencies and provides native binary files across platforms. Ideal for developers needing automation and integration within Kubernetes environments.

Capabilities

  • Automatically detect and update Kubernetes configurations
  • Perform CRUD operations on any Kubernetes resource
  • Manage Pod-specific operations (e.g., list, get, delete, logs)
  • List Kubernetes namespaces
  • View Kubernetes events
  • Install and manage Helm charts

Use cases

Automated Kubernetes resource managementIntegration with CI/CD pipelinesMonitoring and managing Kubernetes clustersDeploying and managing containerized applications

Setup

Requires: Kubernetes 集群访问
Install using npx: `npx -y kubernetes-mcp-server@latest` or via npm/pip.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Do I need to install additional dependencies?

No, kubernetes-mcp-server is a standalone binary.

Which platforms are supported?

Supports Linux, macOS, and Windows.

Related skills