Odel
Red Hat Lightspeed MCP

Red Hat Lightspeed MCP

Local
@redhatinsights24PythonApache-2.0Updated Today

Model Context Protocol server for Red Hat Lightspeed - advisor, image builder, inventory, and more

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/redhatinsights/red-hat-lightspeed-mcp

Run

docker run -i --rm ghcr.io/redhatinsights/red-hat-lightspeed-mcp

MCP client config

{
  "mcpServers": {
    "red-hat-lightspeed-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/redhatinsights/red-hat-lightspeed-mcp"
      ]
    }
  }
}