Loading MCP server directory, please wait...
Model Context Protocol server for Red Hat Lightspeed - advisor, image builder, inventory, and more
npx @getmcp/cli add io.github.RedHatInsights/insights-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
LIGHTSPEED_CLIENT_IDRed Hat Lightspeed Client ID for authentication
LIGHTSPEED_CLIENT_SECRETRed Hat Lightspeed Client Secret for authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.RedHatInsights/insights-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"LIGHTSPEED_CLIENT_ID",
"-e",
"LIGHTSPEED_CLIENT_SECRET",
"ghcr.io/redhatinsights/red-hat-lightspeed-mcp"
],
"env": {
"LIGHTSPEED_CLIENT_ID": "",
"LIGHTSPEED_CLIENT_SECRET": ""
}
}
}
}