Back to Home
spre-sre icon

lumino-mcp-server

Verified Safe

by spre-sre

Overview

An open source MCP (Model Context Protocol) server providing AI-powered tools for Kubernetes, OpenShift, and Tekton monitoring, analysis, and troubleshooting.

Installation

Run Command
uv run python main.py

Environment Variables

  • KUBERNETES_NAMESPACE
  • K8S_NAMESPACE
  • PROMETHEUS_URL

Security Notes

The project explicitly enforces a 'read-only' mandate for all MCP tools, significantly reducing the attack surface by preventing modification of cluster state. It leverages standard Kubernetes authentication (in-cluster or kubeconfig) and emphasizes proper RBAC configuration. While `subprocess` is imported (usage not fully visible in truncated code), and external network requests (e.g., to Prometheus) are made, these are common for observability tools. No explicit 'eval' or other direct code injection vulnerabilities were found in the analyzed helper modules, and the dependency management includes `python-dotenv` for secure environment variable handling.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens10000
Stars1
Forks1
Last Update2025-12-04

Tags

KubernetesOpenShiftTektonMonitoringAITroubleshootingObservability