Acme

Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Clients

  • Sign In
  • Register
  • Forgot password?

Company

  • About Us
  • Admin
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
Copyright © 2025 Acme. All rights reserved.·Terms of Service·Privacy Policy·Cookies
  1. Home
  2. Cloud & Devops Mcp Servers
  3. manusa/Kubernetes MCP Server

manusa/Kubernetes MCP Server

A powerful MCP server for Kubernetes and OpenShift, supporting CRUD operations for any Kubernetes resource and specialized cluster interaction tools.

🌐Visit Website

About this tool

Surveys

Loading more......

Information

Websitegithub.com
PublishedMay 14, 2025

Categories

1 Item
Cloud & Devops Mcp Servers

Tags

4 Items
#mcp
#kubernetes
#cloud-native
#devops

Similar Products

6 result(s)
flux159/mcp-server-kubernetes

Typescript implementation of an MCP server for Kubernetes cluster operations, including pods, deployments, and services management.

Harvester Server

A Go-based MCP server to manage Harvester HCI clusters and Kubernetes resources, providing human-readable output and cluster management tools. Highly relevant as an MCP server.

k8s-mcp-server

A robust MCP server that enables AI assistants to securely execute Kubernetes CLI commands (kubectl, helm, istioctl, argocd) using Unix pipes in a Docker environment.

Kubernetes MCP

An MCP server for managing Kubernetes clusters, allowing listing, creating, updating, and deleting Kubernetes resources through Model Context Protocol.

Kubernetes MCP Server

Kubernetes MCP Server is an MCP solution that lets LLMs manage, monitor, and interact with Kubernetes clusters for AI-assisted cloud infrastructure management.

mcp-k8s

AI-driven Kubernetes resource management MCP server, allowing natural language interaction with any Kubernetes resource, including CRDs.

manusa/Kubernetes MCP Server

A powerful and flexible Model Context Protocol (MCP) server for Kubernetes and OpenShift, supporting CRUD operations for any Kubernetes resource and specialized cluster interaction tools.

Source: https://github.com/manusa/kubernetes-mcp-server

Features

  • Configuration Management:

    • Automatically detects changes in Kubernetes configuration and updates the MCP server.
    • Supports viewing and managing current Kubernetes .kube/config or in-cluster configuration.
  • Generic Kubernetes Resource Operations:

    • Perform CRUD operations (Create/Update, Get, List, Delete) on any Kubernetes or OpenShift resource.
    • No external dependencies (like kubectl or helm) are required; works with native binaries.
  • Pod-Specific Operations:

    • List pods across all or specific namespaces.
    • Get, delete, and show logs for a pod by name and namespace.
    • Exec into a pod and run commands; specify container if needed.
    • Run a container image in a pod with optional port exposure.
  • Namespace and Event Management:

    • List all Kubernetes namespaces.
    • View Kubernetes events across all or specific namespaces.
  • OpenShift Project Support:

    • List OpenShift projects.
  • Resource Management Tools:

    • Create or update any resource via YAML or JSON (supports v1 Pod, Service, Node, apps/v1 Deployment, networking.k8s.io/v1 Ingress, etc.).
    • Delete resources by apiVersion, kind, name, and (optionally) namespace.
    • Get single resources or list multiple resources by type and namespace.
  • Configuration Options:

    • --sse-port: Run server in Server-Sent Events (SSE) mode on specified port.
    • --log-level: Set logging level (0-9).
    • --kubeconfig: Specify path to Kubernetes config file.
  • Available as:

    • npx/Node.js package.
    • Python/uvx executable.
    • Standalone binary release.

Tools (API/CLI operations)

  • configuration_view: Retrieve kubeconfig YAML (minified or full).
  • events_list: List Kubernetes events (optionally by namespace).
  • namespaces_list: List all namespaces.
  • pods_delete: Delete pod by name and namespace.
  • pods_exec: Exec command in pod/container.
  • pods_get: Get pod by name and namespace.
  • pods_list: List all pods.
  • pods_list_in_namespace: List pods in a specific namespace.
  • pods_log: Get pod logs (optionally by container).
  • pods_run: Run a pod with specified image and options.
  • projects_list: List OpenShift projects.
  • resources_create_or_update: Create/update a resource from YAML/JSON.
  • resources_delete: Delete a resource by apiVersion, kind, name, and namespace.
  • resources_get: Get a resource by apiVersion, kind, name, and namespace.
  • resources_list: List resources by apiVersion, kind, and (optionally) namespace.

Pricing

No pricing information provided. The project is open-source and licensed under Apache-2.0.

Tags

mcp, kubernetes, cloud-native, devops