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