.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all β†’

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out β†’
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with β™₯ Β· Β© 2026 aaaa.fyi

Independent project Β· real data from public registries

…/containers/kubernetes-mcp-server
home/mcp-servers/containers/kubernetes-mcp-server
containers avatar

kubernetes-mcp-server

bycontainersΒ· 1 MCP server

Stars

1.9k

Forks

401

Category

DevOps & CI/CD

View on GitHub

TL;DR

✨ Features | πŸš€ Getting Started | πŸŽ₯ Demos | βš™οΈ Configuration | πŸ› οΈ Tools | πŸ’¬ Community | πŸ§‘β€πŸ’» Development

How to install kubernetes-mcp-server?

containers/kubernetes-mcp-server
$git clone https://github.com/containers/kubernetes-mcp-server

Installs into the current project.

β€ΊPrefer a prompt? Paste this to your agent

Install & use

Install kubernetes-mcp-server by running `git clone https://github.com/containers/kubernetes-mcp-server`, then use it for the current task and follow its documentation at https://github.com/containers/kubernetes-mcp-server.

Files Β· 1

View on GitHub
README.md
1# Kubernetes MCP Server
2Β 
3[![GitHub License](https://img.shields.io/github/license/containers/kubernetes-mcp-server)](https://github.com/containers/kubernetes-mcp-server/blob/main/LICENSE)
4[![npm](https://img.shields.io/npm/v/kubernetes-mcp-server)](https://www.npmjs.com/package/kubernetes-mcp-server)
5[![PyPI - Version](https://img.shields.io/pypi/v/kubernetes-mcp-server)](https://pypi.org/project/kubernetes-mcp-server/)
6[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/containers/kubernetes-mcp-server?sort=semver)](https://github.com/containers/kubernetes-mcp-server/releases/latest)
7[![Build](https://github.com/containers/kubernetes-mcp-server/actions/workflows/build.yaml/badge.svg)](https://github.com/containers/kubernetes-mcp-server/actions/workflows/build.yaml)
8Β 
9[✨ Features](#features) | [πŸš€ Getting Started](#getting-started) | [πŸŽ₯ Demos](#demos) | [βš™οΈ Configuration](#configuration) | [πŸ› οΈ Tools](#tools-and-functionalities) | [πŸ’¬ Community](#community) | [πŸ§‘β€πŸ’» Development](#development)
10Β 
11https://github.com/user-attachments/assets/be2b67b3-fc1c-4d11-ae46-93deba8ed98e
12Β 
13## ✨ Features <a id="features"></a>
14Β 
15A powerful and flexible Kubernetes [Model Context Protocol (MCP)](https://blog.marcnuri.com/model-context-protocol-mcp-introduction) server implementation with support for **Kubernetes** and **OpenShift**.
16Β 
17- **βœ… Configuration**:
18 - Automatically detect changes in the Kubernetes configuration and update the MCP server.
19 - **View** and manage the current [Kubernetes `.kube/config`](https://blog.marcnuri.com/where-is-my-default-kubeconfig-file) or in-cluster configuration.
20- **βœ… Generic Kubernetes Resources**: Perform operations on **any** Kubernetes or OpenShift resource.
21 - Any CRUD operation (Create or Update, Get, List, Delete).
22- **βœ… Pods**: Perform Pod-specific operations.
23 - **List** pods in all namespaces or in a specific namespace.
24 - **Get** a pod by name from the specified namespace.
25 - **Delete** a pod by name from the specified namespace.
26 - **Show logs** for a pod by name from the specified namespace.
27 - **Top** gets resource usage metrics for all pods or a specific pod in the specified namespace.
28 - **Exec** into a pod and run a command.
29 - **Run** a container image in a pod and optionally expose it.
30- **βœ… Namespaces**: List Kubernetes Namespaces.
31- **βœ… Events**: View Kubernetes events in all namespaces or in a specific namespace.
32- **βœ… Projects**: List OpenShift Projects.
33- **☸️ Helm**:
34 - **Install** a Helm chart in the current or provided namespace.
35 - **List** Helm releases in all namespaces or in a specific namespace.
36 - **Uninstall** a Helm release in the current or provided namespace.
37- **πŸ”§ Tekton**: Tekton-specific operations that complement generic Kubernetes resource management.
38 - **Pipeline**: Start a Tekton Pipeline by creating a PipelineRun.
39 - **PipelineRun**: Restart, cancel, troubleshoot, and retrieve PipelineRun logs.
40 - **Task**: Start a Tekton Task by creating a TaskRun.
41 - **TaskRun**: Restart a TaskRun with the same spec, and retrieve TaskRun logs via pod resolution.
42- **πŸ”­ Observability**: Optional OpenTelemetry distributed tracing and metrics with custom sampling rates. Includes `/stats` endpoint for real-time statistics. See [OTEL.md](docs/OTEL.md).
43Β 
44Unlike other Kubernetes MCP server implementations, this **IS NOT** just a wrapper around `kubectl` or `helm` command-line tools.
45It is a **Go-based native implementation** that interacts directly with the Kubernetes API server.
46Β 
47There is **NO NEED** for external dependencies or tools to be installed on the system.
48If you're using the native binaries you don't need to have Node or Python installed on your system.
49Β 
50- **βœ… Lightweight**: The server is distributed as a single native binary for Linux, macOS, and Windows.
51- **βœ… High-Performance / Low-Latency**: Directly interacts with the Kubernetes API server without the overhead of calling and waiting for external commands.
52- **βœ… Multi-Cluster**: Can i

Preview

containers/kubernetes-mcp-servercontainers/kubernetes-mcp-server

# Kubernetes MCP Server

[![GitHub License](https://img.shields.io/github/license/containers/kubernetes-mcp-server)](https://github.com/containers/kubernetes-mcp-server/blob/main/LICENS

[![npm](https://img.shields.io/npm/v/kubernetes-mcp-server)](https://www.npmjs.com/package/kubernetes-mcp-server)

[![PyPI - Version](https://img.shields.io/pypi/v/kubernetes-mcp-server)](https://pypi.org/project/kubernetes-mcp-server/)

Repocontainers/kubernetes-mcp-server
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPcontainerscontext

Related

6 picks
Type
  1. circleci-public avatarmcp-server-circleciA Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clientsMCP ServersJul 2026141k86
  2. argoproj-labs avatarmcp-for-argocdArgo CD MCP ServerMCP ServersJul 202690k547
  3. flux159 avatarmcp-server-kubernetesMCP server for interacting with Kubernetes clusters via kubectlMCP ServersJul 202664k1.5k
  4. hookdeck avatarhookdeck-cliCLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.MCP ServersJul 202647k358
  5. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  6. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381