Red Hat Lightspeed MCP for Zed
io.github.redhatinsights/insights-mcp
Model Context Protocol server for Red Hat Lightspeed - advisor, image builder, inventory, and more
client:Zed
transport:stdio
runtime:oci
Install Red Hat Lightspeed MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"insights-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/redhatinsights/red-hat-lightspeed-mcp"
],
"env": {
"LIGHTSPEED_CLIENT_ID": "<LIGHTSPEED_CLIENT_ID>",
"LIGHTSPEED_CLIENT_SECRET": "<LIGHTSPEED_CLIENT_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs