
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
mcp-redhat-manpage
Advanced tools
MCP server providing version-indexed RHEL man pages for configuration verification
An MCP server for RHEL man pages. Lets AI assistants look up configuration parameter defaults, syntax, and supported options from the actual man pages shipped with each RHEL major version.
| Tool | Description |
|---|---|
getManPage | Get the full content of a man page for a specific RHEL version |
searchManPages | Search across all man pages for a keyword or regex pattern, with context lines |
compareVersions | Compare a man page between two RHEL versions to detect parameter changes |
listManPages | List available man pages, optionally filtered by name pattern |
Man pages for RHEL 8, 9, and 10 are included via the mcp-redhat-manpage-data dependency. No container runtime or manual extraction required.
No authentication required. The server reads man pages bundled in the data package.
Add to ~/.gemini/settings.json:
{
"mcpServers": {
"redhat-manpage": {
"command": "npx",
"args": ["-y", "mcp-redhat-manpage"]
}
}
}
orchestrate toolkits import --kind mcp \
--name redhat-manpage \
--description "RHEL Man Pages" \
--command "npx -y mcp-redhat-manpage" \
--tools "*"
Add to ~/.claude/settings.json:
{
"mcpServers": {
"redhat-manpage": {
"command": "npx",
"args": ["-y", "mcp-redhat-manpage"]
}
}
}
Add to .vscode/mcp.json in your workspace:
{
"mcpServers": {
"redhat-manpage": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mcp-redhat-manpage"]
}
}
}
To override the bundled man pages with a custom directory, set the MANPAGES_DIR environment variable.
MIT
FAQs
MCP server providing version-indexed RHEL man pages for configuration verification
We found that mcp-redhat-manpage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.