kubernetes-mcp-server
local-only server
The server can only run on the clientβs local machine because it depends on local resources.
Integrations
Allows viewing and managing Kubernetes resources including configuration, generic resources, and pods. Supports operations like CRUD on any Kubernetes resource, listing/getting/deleting pods, showing pod logs, and running container images.
Kubernetes MCP Server
β¨ Features | π Getting Started | π₯ Demos | βοΈ Configuration | π§βπ» Development
https://github.com/user-attachments/assets/be2b67b3-fc1c-4d11-ae46-93deba8ed98e
β¨ Features
A powerful and flexible Kubernetes Model Context Protocol (MCP) server implementation with support for OpenShift.
- β
Configuration:
- Automatically detect changes in the Kubernetes configuration and update the MCP server.
- View and manage the current Kubernetes
.kube/config
or in-cluster configuration.
- β
Generic Kubernetes Resources: Perform operations on any Kubernetes resource.
- Any CRUD operation (Create or Update, Get, List, Delete).
- β
Pods: Perform Pod-specific operations.
- List pods in all namespaces or in a specific namespace.
- Get a pod by name from the specified namespace.
- Delete a pod by name from the specified namespace.
- Show logs for a pod by name from the specified namespace.
- Run a container image in a pod and optionally expose it.
- β Events: View Kubernetes events in all namespaces or in a specific namespace.
π Getting Started
Claude Desktop
Using npx
If you have npm installed, this is the fastest way to get started with kubernetes-mcp-server
on Claude Desktop.
Open your claude_desktop_config.json
and add the mcp server to the list of mcpServers
:
Goose CLI
Goose CLI is the easiest (and cheapest) way to get rolling with artificial intelligence (AI) agents.
Using npm
If you have npm installed, this is the fastest way to get started with kubernetes-mcp-server
.
Open your goose config.yaml
and add the mcp server to the list of mcpServers
:
π₯ Demos
Diagnosing and automatically fixing an OpenShift Deployment
Demo showcasing how Kubernetes MCP server is leveraged by Claude Desktop to automatically diagnose and fix a deployment in OpenShift without any user assistance.
https://github.com/user-attachments/assets/a576176d-a142-4c19-b9aa-a83dc4b8d941
βοΈ Configuration
The Kubernetes MCP server can be configured using command line (CLI) arguments.
You can run the CLI executable either by using npx
or by downloading the latest release binary.
Configuration Options
Option | Description |
---|---|
--sse-port | Starts the MCP server in Server-Sent Event (SSE) mode and listens on the specified port. |
π§βπ» Development
Running with mcp-inspector
Compile the project and run the Kubernetes MCP server with mcp-inspector to inspect the MCP server.
This server cannot be installed
A powerful and flexible Kubernetes MCP server implementation with support for OpenShift.
- β¨ Features <a id="features"></a>
- π Getting Started <a id="getting-started"></a>
- π₯ Demos <a id="demos"></a>
- βοΈ Configuration <a id="configuration"></a>
- π§βπ» Development <a id="development"></a>