Skip to content
Cursor

Red Hat Lightspeed MCP for Cursor

io.github.redhatinsights/insights-mcp

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

client:Cursor transport:stdio runtime:oci

Install Red Hat Lightspeed MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "insights-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Red Hat Lightspeed MCP in other clients