
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@scarlet-mesh/mcp-labs
Advanced tools
Red Hat Labs MCP Server for finding Red Hat tools, guides, and configurations
This MCP (Model Context Protocol) server, lab-finder
, provides access to Red Hat's comprehensive collection of labs, tools, guides, configurations, and learning resources. It helps users discover relevant Red Hat resources based on their specific needs and queries, making it easier to find appropriate learning materials, troubleshooting guides, and configuration tools.
The server provides the following MCP tool:
find-lab
: Get recommendations for Red Hat labs, tools, guides, configurations, or resources based on user needsThe server fetches lab and resource data from Red Hat's GraphQL endpoint:
https://graphql.redhat.com
The server queries the product_experience_apps
collection to retrieve comprehensive information about available Red Hat resources.
Clone this repository or navigate to the labs package:
Install the dependencies:
npm install
Start the server:
npm start
The server will listen for MCP requests via standard input/output.
To use the server, send MCP requests from a compatible client. Here's an example request:
Find Red Hat resources:
{
"tool_name": "find-lab",
"input": {
"query": "OpenShift container security best practices"
}
}
Example queries that work well with this server:
Refer to the MCP client documentation for instructions on sending requests and handling responses.
The server uses the following data structures:
interface Lab {
id: string;
name: string;
description: string;
url: string;
lang: string;
}
The server implements an intelligent scoring algorithm that:
The server can help with queries related to:
When a matching resource is found, the server returns:
If no matching resources are found, the server provides helpful guidance on rephrasing queries or trying different topics.
FAQs
Red Hat Labs MCP Server for finding Red Hat tools, guides, and configurations
We found that @scarlet-mesh/mcp-labs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.