kubeview-mcp
Related Servers
Alternatives to kubeview-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server that provides safe, read-only access to Kubernetes resources for debugging and inspection. Built with security in mind, it offers comprehensive cluster visibility without modification capabilities.43MIT
- AlicenseNot gradedqualityBmaintenanceA read-only MCP server that exposes Kubernetes cluster telemetry tools (pods, events, logs, metrics, ArgoCD syncs) with automatic redaction for incident triage and hypothesis ranking.MIT
- AlicenseAqualityCmaintenanceA read-only MCP server for inspecting Kubernetes clusters, allowing LLMs to list resources, describe pods, and read logs without mutation.5MIT
- FlicenseAqualityCmaintenanceRead-only MCP server that exposes Kubernetes platform state (tenants, pods, SLOs, ArgoCD applications, chaos schedules, and catalog services) to AI agents, enabling natural language queries about cluster health and configuration.6-
- AlicenseAqualityBmaintenanceProvides a set of read-only Kubernetes functions via an MCP server, enabling interaction with Kubernetes clusters through agents or coding assistants like GitHub Copilot.93Apache 2.0
- FlicenseBqualityDmaintenanceA read-only Kubernetes MCP server that enables developers to inspect app status, view pod events, and fetch container logs from dev clusters without requiring full kubectl access.24-
TDQS
Scored across 2 tools
run_code and kube_pod_exec have clearly distinct purposes: one executes TypeScript scripts against Kubernetes APIs, the other runs commands inside pod containers. There is no functional overlap, so agents should not confuse them.
Both names follow a verb_noun pattern, but their styles diverge: run_code uses a bare verb and object, while kube_pod_exec uses a kube_ prefix and a more specific compound noun. This inconsistency is minor but noticeable.
With only two tools, the server is on the thin side. However, one tool is a flexible code-execution interface, so the count might be acceptable for a narrow, specialized scope.
The server is named kubeview, yet there are no viewing or resource-list tools. run_code can potentially interact with Kubernetes capabilities, but it does not provide a direct, discoverable surface for typical read operations, leaving significant gaps for a toolset claiming to be a Kubernetes viewer.