MCP server that provides guarded, audited, read-only access to ops tooling (alerts, metrics, logs, deploys, runbooks) and a triage agent that diagnoses incidents end-to-end with CI-verified root cause analysis.
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.
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.
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).
CloudOps MCP is a read-only Model Context Protocol server that exposes normalized operational infrastructure context (logs, metrics, deployments, health) to AI agents through a small set of typed, bounded tools.