Model Context Protocol server for Red Hat Lightspeed - advisor, image builder, inventory, and more
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
(formerly known as Insights MCP)
Red Hat Lightspeed Model Context Protocol (MCP) server is a lightweight, self-hosted solution that connects LLM-based agents - such as Claude Desktop and other MCP-compatible tools - to Red Hat Lightspeed services.
--all-tools to enable write tools (e.g. create blueprints, run composes). RBAC permissions can also restrict access.Note: Authentication is only required for accessing Red Hat Lightspeed APIs. The MCP server itself does not require authentication.
There are two ways to authenticate:
Authorization: Bearer <token> HTTP header (SSE/HTTP transports only).Client ID and Client secret for later.LIGHTSPEED_CLIENT_ID and LIGHTSPEED_CLIENT_SECRET.Different toolsets require specific roles for your service account:
RHEL Advisor viewer, Inventory Hosts viewerInventory Hosts viewer, Workspace viewerVulnerability viewer, Inventory Hosts viewerRemediations userRepositories viewerRHC userRepositories viewerInventory Hosts viewerThese names are Hybrid Cloud Console User Access display names. Do not copy role detail URLs between accounts; they contain tenant-specific identifiers. The consolidated RHEL viewer role can substitute for several of the viewer roles above.
By default, service accounts have no access. An organization administrator must assign permissions. The MCP server will only be able to perform tasks that it has permission to perform. For example, if the user wants to allow read-only operations and deny write operations, this can be accomplished via the permissions system.
For detailed step-by-step instructions, see this video tutorial: Service Account Permissions Setup
Log in as Organization Administrator with User Access administrator role
Navigate to User Access Settings: Click Settings (βοΈ Gear Icon) β "User Access" β "Groups"
Assign permissions (choose one option):
Option A - Create New Group:
mcp-service-accounts)Option B - Use Existing Group:
Your service account will inherit all roles from the assigned group.
If you start this MCP server locally (with podman or docker) make sure the container is not exposed to the internet. In this scenario it's probably fine to use LIGHTSPEED_CLIENT_ID and LIGHTSPEED_CLIENT_SECRET although your MCP Client (e.g. VSCode, Cursor, etc.) can get your LIGHTSPEED_CLIENT_ID and LIGHTSPEED_CLIENT_SECRET.
For a deployment where you connect to this MCP server from a different machine, you should consider that LIGHTSPEED_CLIENT_ID and LIGHTSPEED_CLIENT_SECRET (or your JWT Bearer token) are transferred to the MCP server and you are trusting the remote MCP server not to leak them.
In both cases if you are in doubt, please disable/remove the LIGHTSPEED_CLIENT_ID and LIGHTSPEED_CLIENT_SECRET from your account after you are done using the MCP server.
To ensure safe AI operations and compliance with security standards, operators must be able to rapidly sever the connected LLM's access to Red Hat Lightspeed in the event of abnormal AI behavior, unexpected data exposure, or suspected token compromise.
Emergency "Kill Switch" Procedure:
If you need to immediately revoke AI access to the toolsets, execute the following steps:
podman ps to find the container, then podman stop <container_id>).Delete or Reset the credentials.Additionally you can remove the MCP server entry (e.g., lightspeed-mcp in your client's mcp.json) from your local LLM client's configuration to prevent the client from attempting to restart or reconnect to the server.
If credential compromise or data exposure is suspected, assess breach notification obligations under applicable law (e.g., GDPR). For logging, debug mode, and compliance details, see HACKING.md - Logging and Compliance.
See toolsets.md for the toolsets available in the MCP server.
Make sure you have podman installed.
(Docker is fine too but the commands below have to be adapted accordingly)
You can install it with sudo dnf install podman on Fedora/RHEL/CentOS,
or on macOS follow the instructions of Podman Desktop or Podman.
β οΈ Note if you use Podman on macOS, you sometimes need to set the path to podman explicitly.
E.g. replace podman with the full path. Should be something like
/usr/local/bin/podman/opt/homebrew/bin/podmanYou can find the path by running which podman in your terminal.
First check the prerequisites section.
The badge uses an HTTPS redirect (goose-docs.ai/extension?...) that opens Goose Desktop's extension install flow.
(Note: this uses the quay.io container image and docker as the command β Goose deeplinks only support docker, not podman. Use the manual install below if you rely on Podman.)
After clicking, Goose prompts for LIGHTSPEED_CLIENT_ID and LIGHTSPEED_CLIENT_SECRET, then installs the extension. Start a new chat session to use it.
Extensions button on the sidebar.Extensions, click Add custom extension.Add custom extension modal, enter:
Standard IOred-hat-lightspeed-mcpRed Hat Lightspeed MCPRed Hat Lightspeed MCP server integrationpodman run --env LIGHTSPEED_CLIENT_ID --env LIGHTSPEED_CLIENT_SECRET --interactive --rm ghcr.io/redhatinsights/red-hat-lightspeed-mcp:latestAdd for each:
LIGHTSPEED_CLIENT_ID β Red Hat Lightspeed Client IDLIGHTSPEED_CLIENT_SECRET β Red Hat Lightspeed Client SecretAdd.Docker users can replace podman with docker in the command. On macOS, if Goose cannot find podman, use the full path from which podman (see prerequisites).
First check the prerequisites section.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/red-hat-lightspeed-mcp)<a href="https://allmcps.com/mcp/red-hat-lightspeed-mcp"><img src="https://allmcps.com/api/badge/red-hat-lightspeed-mcp?style=directory" alt="Red Hat Lightspeed MCP on AllMCPs" /></a>