Skip to content
Grok

Lumino MCP Server for Grok

io.github.geored/lumino

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

client:Grok transport:stdio runtime:pypi

Install Lumino MCP Server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Lumino MCP Server in other clients