Lumino MCP Server for Zed
io.github.geored/lumino
AI-powered SRE observability for Kubernetes/OpenShift with 40+ Tekton debugging tools
client:Zed
transport:stdio
runtime:pypi
Install Lumino MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lumino": {
"command": "uvx",
"args": [
"lumino-mcp-server"
],
"env": {
"KUBECONFIG": "<KUBECONFIG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs