Labsco
vlttnv logo

Kubernetes MCP

β˜… 8

from vlttnv

A read-only MCP server for retrieving information and diagnosing issues in Kubernetes clusters.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup

⌁ labsco summary β€” our analysis, not the vendor's

What it is β€” A Python-based, read-only MCP server for Kubernetes clusters that lets AI assistants retrieve cluster information and diagnose issues.

What you get β€”

  • Cluster health and inventory β€” e.g. "What's the overall health of my cluster?" or "Show me all namespaces".
  • Pod/deployment diagnostics β€” e.g. "Are there any pods in CrashLoopBackOff state?" or "What deployments are failing to progress?"
  • Node and resource-utilization queries.
  • Read-only by design, so it inspects rather than mutates.

Requirements β€” No API key. Needs access to a Kubernetes cluster; it auto-uses your kubeconfig (~/.kube/config) or in-cluster service-account config. Python 3.8+ and uv.

Cost snapshot β€” Free and MIT-licensed. No paid service β€” it talks to your own cluster.

Setup effort β€” git clone, uv venv/uv sync, then add a uv --directory ... run server.py entry to Claude Desktop.

Our take β€” A safe, handy pick for diagnosing clusters conversationally since it's read-only; the caveat is you install from source (clone + uv) rather than a packaged one-liner, and it inherits whatever RBAC your kubeconfig grants.

Source: the project README β€” summarized 2026-07-08.