Skip to content
Cursor

Lumino MCP Server for Cursor

io.github.geored/lumino

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

client:Cursor transport:stdio runtime:pypi

Install Lumino MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lumino": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lumino-mcp-server"
      ],
      "env": {
        "KUBECONFIG": "<KUBECONFIG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Lumino MCP Server in other clients