Home › Other › Red Hat Lightspeed MCP

Red Hat Lightspeed MCP

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

Python
★ 25 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

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

Or add to your MCP client config:

{
  "mcpServers": {
    "insights-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/redhatinsights/red-hat-lightspeed-mcp"
      ],
      "env": {
        "LIGHTSPEED_CLIENT_ID": "<YOUR_VALUE>",
        "LIGHTSPEED_CLIENT_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • LIGHTSPEED_CLIENT_ID required secret — Red Hat Lightspeed Client ID for authentication
  • LIGHTSPEED_CLIENT_SECRET required secret — Red Hat Lightspeed Client Secret for authentication

Related servers

Data from the Official MCP Registry