lightspeed-mcp
stdioUsed by 2 plugins
Installs rh-sre, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub rhecosystemappeng/agentic-collections --plugin rh-sreDescription
Red Hat Lightspeed MCP server for CVE data and remediation playbook generation (accessible only through remediation agent and skills)
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"lightspeed-mcp": {
"command": "podman",
"args": [
"run",
"--rm",
"-i",
"--env",
"LIGHTSPEED_CLIENT_ID",
"--env",
"LIGHTSPEED_CLIENT_SECRET",
"quay.io/redhat-services-prod/insights-management-tenant/insights-mcp/red-hat-lightspeed-mcp:latest"
],
"env": {
"LIGHTSPEED_CLIENT_ID": "${LIGHTSPEED_CLIENT_ID}",
"LIGHTSPEED_CLIENT_SECRET": "${LIGHTSPEED_CLIENT_SECRET}"
}
}
}
}Replace placeholder values for: LIGHTSPEED_CLIENT_SECRET
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
External connections
This server connects to external services. Review the URLs it accesses before enabling.
Command
podmanAccess Level
write
Arguments
run--rm-i--envLIGHTSPEED_CLIENT_ID--envLIGHTSPEED_CLIENT_SECRETquay.io/redhat-services-prod/insights-management-tenant/insights-mcp/red-hat-lightspeed-mcp:latest
Environment Variables
LIGHTSPEED_CLIENT_ID=${LIGHTSPEED_CLIENT_ID}LIGHTSPEED_CLIENT_SECRET=${LIGHTSPEED_CLIENT_SECRET}Required Secrets
LIGHTSPEED_CLIENT_SECRET