AI-powered SRE observability for Kubernetes/OpenShift with 40+ Tekton debugging tools
If you already use Lumino, the lumino mcp server is the piece that lets your assistant work with it directly. AI-powered SRE observability for Kubernetes/OpenShift with 40+ Tekton debugging tools.
An open source MCP (Model Context Protocol) server empowering SREs with intelligent observability, predictive analytics, and AI-driven automation across Kubernetes, OpenShift, and Tekton environments.
LUMINO MCP Server transforms how Site Reliability Engineers (SREs) and DevOps teams interact with Kubernetes clusters. By exposing 39 specialized tools through the Model Context Protocol, it enables AI assistants to:
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_namespaces — List all namespaces in the clusterlist_pods_in_namespace — List pods with status and placement infoget_kubernetes_resource — Get any Kubernetes resource with flexible outputsearch_resources_by_labels — Search resources across namespaces by labelsquery_kubearchive — Query archived Kubernetes resources from KubeArchive with optional log retrievallist_pipelineruns — List PipelineRuns with status and timinglist_taskruns — List TaskRuns, optionally filtered by pipelineget_pipelinerun_logs — Retrieve pipeline logs with optional cleaninglist_recent_pipeline_runs — Recent pipelines across all namespacesfind_pipeline — Find pipelines by pattern matchingget_tekton_pipeline_runs_status — Cluster-wide pipeline status summaryanalyze_logs — Extract error patterns from log textSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: PYTHONUNBUFFERED, THANOS_URL, PROMETHEUS_TOKEN, KUBERNETES_NAMESPACE, PROMETHEUS_URL, KUBEARCHIVE_HOST, OPENSHIFT_TOKEN, KUBERNETES_SERVICE_HOST. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Lumino's toolset — list_namespaces, list_pods_in_namespace, get_kubernetes_resource and 11 more — is a fair guide to whether it matches your workflow. It is maintained by geored; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_namespaces | List all namespaces in the cluster |
| list_pods_in_namespace | List pods with status and placement info |
| get_kubernetes_resource | Get any Kubernetes resource with flexible output |
| search_resources_by_labels | Search resources across namespaces by labels |
| query_kubearchive | Query archived Kubernetes resources from KubeArchive with optional log retrieval |
| list_pipelineruns | List PipelineRuns with status and timing |
| list_taskruns | List TaskRuns, optionally filtered by pipeline |
| get_pipelinerun_logs | Retrieve pipeline logs with optional cleaning |
| list_recent_pipeline_runs | Recent pipelines across all namespaces |
| find_pipeline | Find pipelines by pattern matching |
| get_tekton_pipeline_runs_status | Cluster-wide pipeline status summary |
| analyze_logs | Extract error patterns from log text |
| smart_summarize_pod_logs | Intelligent log summarization |
| stream_analyze_pod_logs | Streaming analysis for large logs |
| Variable | Description | Required |
|---|---|---|
| PYTHONUNBUFFERED | Configuration value read at startup. | Optional |
| THANOS_URL | Endpoint or connection string the server talks to. | Yes |
| PROMETHEUS_TOKEN | Credential the server authenticates with. | Yes |
| KUBERNETES_NAMESPACE | Configuration value read at startup. | Optional |
| PROMETHEUS_URL | Endpoint or connection string the server talks to. | Yes |
| KUBEARCHIVE_HOST | Endpoint or connection string the server talks to. | Optional |
| OPENSHIFT_TOKEN | Credential the server authenticates with. | Yes |
| KUBERNETES_SERVICE_HOST | Endpoint or connection string the server talks to. | Optional |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.