Red Hat Lightspeed MCP
Rank #1,327io.github.RedHatInsights/insights-mcp
Model Context Protocol server for Red Hat Lightspeed - advisor, image builder, inventory, and more
Red Hat Lightspeed MCP is a Model Context Protocol (MCP) server published by redhatinsights. It ranks #1,327 of 115,591 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. Red Hat Lightspeed MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 16 tracked versions. It was first listed on Jul 23, 2025 and most recently updated on Aug 31, 2026.
Ranks ahead of 114,264 of 115,591 servers on MCP Toplist.
Use Red Hat Lightspeed MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add insights-mcp -e "LIGHTSPEED_CLIENT_ID=<your LIGHTSPEED_CLIENT_ID>" -e "LIGHTSPEED_CLIENT_SECRET=<your LIGHTSPEED_CLIENT_SECRET>" -- docker run -i --rm ghcr.io/redhatinsights/red-hat-lightspeed-mcpReplace each placeholder with your own value before saving.
[mcp_servers.insights-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/redhatinsights/red-hat-lightspeed-mcp"]
[mcp_servers.insights-mcp.env]
LIGHTSPEED_CLIENT_ID = "<your LIGHTSPEED_CLIENT_ID>"
LIGHTSPEED_CLIENT_SECRET = "<your LIGHTSPEED_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"insights-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/redhatinsights/red-hat-lightspeed-mcp"
],
"env": {
"LIGHTSPEED_CLIENT_ID": "<your LIGHTSPEED_CLIENT_ID>",
"LIGHTSPEED_CLIENT_SECRET": "<your LIGHTSPEED_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"insights-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/redhatinsights/red-hat-lightspeed-mcp"
],
"env": {
"LIGHTSPEED_CLIENT_ID": "<your LIGHTSPEED_CLIENT_ID>",
"LIGHTSPEED_CLIENT_SECRET": "<your LIGHTSPEED_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"insights-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/redhatinsights/red-hat-lightspeed-mcp"
],
"env": {
"LIGHTSPEED_CLIENT_ID": "<your LIGHTSPEED_CLIENT_ID>",
"LIGHTSPEED_CLIENT_SECRET": "<your LIGHTSPEED_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"insights-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/redhatinsights/red-hat-lightspeed-mcp"
],
"env": {
"LIGHTSPEED_CLIENT_ID": "<your LIGHTSPEED_CLIENT_ID>",
"LIGHTSPEED_CLIENT_SECRET": "<your LIGHTSPEED_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"insights-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/redhatinsights/red-hat-lightspeed-mcp"
],
"env": {
"LIGHTSPEED_CLIENT_ID": "<your LIGHTSPEED_CLIENT_ID>",
"LIGHTSPEED_CLIENT_SECRET": "<your LIGHTSPEED_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RedHatInsights%2Finsights-mcp)<a href="https://mcptoplist.com/server/io.github.RedHatInsights%2Finsights-mcp"><img src="https://mcptoplist.com/badge/io.github.RedHatInsights%2Finsights-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
redhatinsights
Available versions (16)
| Version | Published |
|---|---|
| 1.0.50+a18077a5 | Aug 31, 2026 |
| 1.0.48+c43a13ce | Aug 25, 2026 |
| 1.0.47+52cc4ab4 | Aug 25, 2026 |
| 1.0.44+55d57748 | Aug 20, 2026 |
| 1.0.41+b7e83cbd | Aug 19, 2026 |
| 1.0.36+2a68c973 | Aug 19, 2026 |
| 1.0.35+be1364ff | Aug 13, 2026 |
| 1.0.34+fe787c6c | Jul 29, 2026 |
| 1.0.30+134746cc | Jul 29, 2026 |
| 1.0.28+d73974c0 | Jul 24, 2026 |
| 1.0.26+4907d109 | Jul 23, 2026 |
| 1.0.25+20fa1c8e | Jul 22, 2026 |
| 1.0.23+d09d1fbe | Jul 21, 2026 |
| 1.0.3+9adde9b4 | Jun 16, 2026 |
| 1.0.0 | Jan 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Red Hat Lightspeed MCP?
- Red Hat Lightspeed MCP is maintained by redhatinsights, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is Red Hat Lightspeed MCP listed on the Official MCP Registry?
- Yes — Red Hat Lightspeed MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Red Hat Lightspeed MCP have?
- MCP Toplist tracks 16 versions of Red Hat Lightspeed MCP, most recently published on Aug 31, 2026.
- Where can I find the source code for Red Hat Lightspeed MCP?
- The source code for Red Hat Lightspeed MCP is hosted at github.com/redhatinsights/insights-mcp.