mcpbeat Sign in

Lumino MCP Server

local only

Lumino MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from pypi. Last commit 4 Sep 2026.

AI-powered SRE observability for Kubernetes/OpenShift with 40+ Tekton debugging tools

Installs per day peak 30 · avg 14 · -8% w/w
a month agotoday
98
Installs / week
pypi · lumino-mcp-server
11
Stars
91 open issues
4 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/server-mcp.py:1
этот файл ставится пользователю, но в репозитории его нет
            self._port_forward_process = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lumino -- uvx lumino-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lumino": {
      "args": [
        "lumino-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lumino]
command = "uvx"
args = ["lumino-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "lumino": {
      "args": [
        "lumino-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lumino": {
      "args": [
        "lumino-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KUBECONFIG (Path to Kubernetes config file for cluster authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lumino MCP Server

same job, measured the same way
Kubernetes MCP Server
by containers

A Model Context Protocol (MCP) server for Kubernetes and OpenShift

6 636 installs/wk local only
Containerization Assist
by azure

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

254 installs/wk local only
OpenShift MCP Server
by sanjaypsachdev

OpenShift/Kubernetes cluster management via the oc CLI for MCP clients

45 installs/wk local only
K8s Port Forward MCP
by oijusti

Kubernetes Port Forward — MCP Server: port-forward Kubernetes services with terminal integration

33 installs/wk local only
Kubeleash
by kubeleash

Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.

local only
K8scortex MCP
by apatilgtn

Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.

35 installs/wk local only
Rancher MCP
by rex

Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows.

134 installs/wk local only
MimiOps mcp server for Kubernetes
by sergelogvinov

MimiOps is an opinionated MCP server for Kubernetes

local only

Lumino MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Lumino MCP Server?
Lumino MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package lumino-mcp-server was installed 98 times last week.
How do I connect Lumino MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls lumino-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Lumino MCP Server?
The pypi package lumino-mcp-server was installed 98 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lumino MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 11 stars on GitHub and 91 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.