Radar Kubernetes MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.
Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.
We read the source, 9 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
imageDir := filepath.Join(i.cacheDir, cacheKey)
if e.EventType == timeline.EventTypeDelete {
if ts, ok := recreates[e.Kind+"/"+e.Namespace+"/"+e.Name]; ok && !e.Timestamp.After(ts) {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows.
MimiOps is an opinionated MCP server for Kubernetes
OpenShift/Kubernetes cluster management via the oc CLI for MCP clients
Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.
MCP server for natural-language Kubernetes operations across single or multi-cluster environments.
Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked.
Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.
Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes
Answers built from our own checks of this server.