G

kubernetes-mcp-server

...
Created 2/11/2025bymanusa

Categories

containerscontextkubernetesmcpmodelmodel-context-propenshiftprotocol

Language:

Go

Stars:

86

Forks:

23

Kubernetes MCP Server

GitHub License npm GitHub release (latest SemVer) Build

✨ Features | 🚀 Getting Started | 🎥 Demos

https://github.com/user-attachments/assets/be2b67b3-fc1c-4d11-ae46-93deba8ed98e

✨ Features

A powerful and flexible Kubernetes MCP server implementation with support for OpenShift.

  • ✅ Configuration: View and manage the Kubernetes .kube/config.
    • View the current 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.

🚀 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:

{
  "mcpServers": {
    "kubernetes": {
      "command": "npx",

            
        
            
                      "args": [
        "-y",
        "kubernetes-mcp-server@latest"
      ]
    }
  }
}

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:

extensions:
  kubernetes:
    command: npx
    args:
      - -y
      - kubernetes-mcp-server@latest

🎥 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

Last updated: 4/11/2025

Publisher info

manusa's avatar

Marc Nuri

https://www.marcnuri.com

233
followers
367
following
47
repos

More MCP servers built with Go

ocireg-mcp

An MCP (Model Context Protocol) server that provides tools for querying OCI registries and image references.

By StacklokLabs
mcp

A Go framework for building Model Context Protocol (MCP) servers that enable Large Language Models (LLMs) to securely access tools and data sources.

By gomcpgo4
mcp-go-example

Model Context Protocol server example using Go

By masacento9