Skip to content
alonsalasi edited this page Aug 23, 2026 · 4 revisions

K8s Telemetry MCP Server

Enterprise Kubernetes Observability for AI Assistants — Give your AI assistant (Amazon Q, Claude, Amazon Bedrock) read-only access to your cluster's full observability stack: Loki, Prometheus, Tempo, CloudTrail, AWS Config, ECR, RDS, ElastiCache, and the Kubernetes API. 22 tools across 6 categories.

Wiki Pages

Quick Start

helm repo add k8s-telemetry-mcp https://kubeopsai.github.io/k8s-telemetry-mcp
helm repo update

helm install k8s-telemetry-mcp k8s-telemetry-mcp/k8s-telemetry-mcp \
  --namespace monitoring \
  --set config.marketplaceProductCode=<YOUR_PRODUCT_CODE> \
  --set config.lokiUrl=http://loki.monitoring:3100 \
  --set config.prometheusUrl=http://prometheus.monitoring:9090 \
  --set config.tempoUrl=http://tempo.monitoring:3200

How It Works

You ──► AI Assistant (Amazon Q / Claude / Bedrock)
              │
              ▼  MCP tool calls
        K8s Telemetry MCP Server
              │
        ┌─────┼─────┐
        ▼     ▼     ▼
      Loki  Prometheus  Tempo

Support

Clone this wiki locally