A 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.
Read-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.
Provides a set of read-only Kubernetes functions via an MCP server, enabling interaction with Kubernetes clusters through agents or coding assistants like GitHub Copilot.
A 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.
A read-only kubectl MCP server for AI assistants. The kubectl verb is hardcoded in each tool
(get/describe/logs/events) and user input only fills argument values — no mutation path even with
malicious input, and Secret/ConfigMap values are never returned (metadata only). Returns structured
JSON, plus one-shot k8s_triage (health scan) and k8s_inventory (cluster snapshot).