MCP Server for Red Hat Knowledge Base
npm install mcp-redhat-kbMCP Server for searching the Red Hat Knowledge Base (Hydra API).
- Java 21+
- Red Hat API Token
``bash`
npx mcp-redhat-kb
Set your Red Hat API token:
`bash`
export REDHAT_TOKEN="your-offline-token"
Get your token at: https://access.redhat.com/management/api
Add to ~/.claude/settings.json:
`json`
{
"mcpServers": {
"redhat-kb": {
"command": "npx",
"args": ["-y", "mcp-redhat-kb@latest"],
"env": {
"REDHAT_TOKEN": "your-token"
}
}
}
}
- searchKnowledgeBase: Search Red Hat Knowledge Base for solutions and articles
- getSolution: Get the full content of a Knowledge Base article
`bashstdio mode (for Claude Code)
npx mcp-redhat-kb
MIT