Red Hat Lightspeed MCP for Cline
io.github.redhatinsights/insights-mcp
Model Context Protocol server for Red Hat Lightspeed - advisor, image builder, inventory, and more
client:Cline
transport:stdio
runtime:oci
Install Red Hat Lightspeed MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs