Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. Kom
Kom logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 4:46:31 PM

Kom

User RatingsBe the first to rate and review this MCP server!
View Repository149 GitHub StarsTotal stargazers on GitHub for the source repository (149 stars).Visit Website
kubernetesdevopsmulti-clustermcpmonitoring

Manage multiple Kubernetes clusters through MCP tools for resources, workloads, nodes, pods, logs, and Prometheus queries.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "weibaohui-kom": {
      "url": "http://IP:9096/sse"
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

The weibaohui/kom MCP server exposes multi-cluster Kubernetes administration through MCP, with support for stdio and SSE modes. It provides 59 documented tools for cluster discovery, resource inspection and mutation, deployment operations, node maintenance, pod management, and related diagnostics. The underlying Go package can also be embedded in another application and supports standard Kubernetes resources and CRDs. Reach for it when an agent needs to inspect or operate one or more Kubernetes clusters using kubeconfig or in-cluster credentials.

Use cases

•Inspect resources across registered Kubernetes clusters
•Operate Deployments during rollouts and scaling changes
•Diagnose Pods through logs, commands, events, and files
•Manage Node scheduling, taints, and draining
•Query Kubernetes and Prometheus data through MCP

Key features

•Multi-cluster Kubernetes management
•stdio and SSE MCP transports
•Standard resource and CRD support
•Deployment and Node operations
•Pod command and file operations
•SQL-style and Prometheus queries

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Kom.

Extracted Tool Capabilities
Multi-cluster Kubernetes management
stdio and SSE MCP transports
Standard resource and CRD support
Deployment and Node operations
Pod command and file operations
SQL-style and Prometheus queries

How Kom works

What weibaohui/kom MCP server does

The weibaohui/kom MCP server connects MCP clients to Kubernetes management functions across registered clusters. Its documented tool set covers cluster listing, dynamic resources, Deployments, DaemonSets, Nodes, Events, IngressClasses, and Pods. Resource operations include listing, retrieval, description, deletion, annotation, labeling, and patching, with support for custom resource definitions alongside built-in Kubernetes types.

Workload and node operations go beyond basic CRUD. Deployment tools can scale, restart, stop, restore, pause, resume, and roll back rollouts, update image tags, inspect rollout status and history, and retrieve related events or HPA data. Node tools cover taints, scheduling state, draining, resource usage, IP usage, top-node results, and pod counts. Pod tools can execute commands, inspect events and linked services or ingress objects, list or delete files, and read runtime environment information.

The library also documents SQL-style Kubernetes resource queries, cross-namespace queries, optional query caching, and Prometheus queries against an in-cluster or external Prometheus service. These capabilities are relevant when an agent needs operational inspection rather than only direct API calls.

How it works

Applications register Kubernetes clusters through the Go API. The README shows in-cluster registration and registration from a kubeconfig path with a caller-selected cluster ID. After initialization, the MCP server can be started from Go with mcp.RunMCPServer, using a server name, version, and port.

The weibaohui/kom MCP server supports two transport modes. A compiled local executable can be used through stdio, while the SSE mode exposes an endpoint at /sse; the example uses port 9096. Multiple clusters are registered within the same server, and tools accept cluster, namespace, resource type, and object identifiers where applicable.

Setup and configuration

The project is written in Go and the README demonstrates importing github.com/weibaohui/kom and its callbacks package. The initialization callback is registered before clusters are configured. For external cluster access, KUBECONFIG can point to a kubeconfig file. If that variable is absent, the shown example falls back to the user’s .kube/config path; in-cluster registration is also demonstrated.

The documented source workflow builds an executable with go build main.go, then runs the resulting binary. MCP clients can connect by supplying the executable as a stdio command, or by configuring the SSE URL. The README specifically lists Cursor, Claude Desktop, and Windsurf as suitable MCP integrations, noting that Claude Desktop uses stdio in the described setup.

No standalone package-manager installation command for the MCP server is specified in the provided material. Deployment therefore requires building or embedding the Go project rather than assuming a published executable package.

Tools and capabilities

  • List registered Kubernetes clusters.
  • Inspect, list, patch, label, annotate, and delete standard or custom resources.
  • Scale, restart, stop, restore, pause, resume, and roll back Deployments.
  • Cordon, uncordon, drain, taint, and inspect Nodes.
  • Execute commands in Pods and manage files inside them.
  • Query Pod events, linked Services, Ingresses, Endpoints, and environment data.
  • Query Kubernetes resources with SQL-style expressions and retrieve Prometheus data.

Limitations and notes

The weibaohui/kom MCP server performs Kubernetes operations using the credentials available to its process, so the reachable clusters and allowed actions depend on kubeconfig or in-cluster authorization. The provided material does not define a separate MCP API-key or OAuth flow. It also does not provide a prebuilt package-manager command or a hosted SSE service; the SSE address shown is produced by a locally built and started application.

The README contains a tool table documenting 59 MCP tools, while the shorter project description refers to nearly 50 built-in tools. The detailed table is the more specific count available in the supplied material.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Radar logoRadar

    Built-in MCP server for Radar, a modern Kubernetes visibility tool. Lets AI agents query cluster topology, resources, events, logs, and Helm/GitOps state across multiple clusters. Single binary, no agents, no cloud dependency. Apache 2.0.

    ☁️ Cloud Platforms3 views
    Compare vs Radar →
  • K8s MCP Server logoK8s MCP Server

    /🏠 - A Kubernetes Model Context Protocol (MCP) server that provides tools for interacting with Kubernetes clusters through a standardized interface, including API resource discovery, resource management, pod logs, metrics, and events.

    ☁️ Cloud Platforms4 views
    Compare vs K8s MCP Server →
  • K8m logoK8m

    /🏠 - Provides MCP multi-cluster Kubernetes management and operations, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.

    ☁️ Cloud Platforms2 views
    Compare vs K8m →
  • Kubectl MCP Server logoKubectl MCP Server

    /🏠 - A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language.

    ☁️ Cloud Platforms3 views
    Compare vs Kubectl MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
149
Stargazers on the source repository.
Last commit
28d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Kom

The provided material does not specify a package-manager installation command. It shows building the Go source with `go build main.go`, then running the resulting executable.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKom AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/weibaohui-kom?style=directory)](https://allmcps.com/mcp/weibaohui-kom)
HTML Embed
<a href="https://allmcps.com/mcp/weibaohui-kom"><img src="https://allmcps.com/api/badge/weibaohui-kom?style=directory" alt="Kom on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingFree
More technical detailsExpand ▾
TransportSSE (Remote)
AuthOther
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 3, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars149
GitHub Star CountTotal stargazers on GitHub representing community popularity (149 stars).
Last commit28d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 14, 2026
57Quality signal: Good · 57/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity8/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to Kom →Install in Claude DesktopInstall in CursorInstall in VS Code