mcp-redhat-kb
v1.0.2
Published
MCP Server for Red Hat Knowledge Base
Downloads
273
Maintainers
Readme
MCP Red Hat Knowledge Base
MCP Server for searching the Red Hat Knowledge Base (Hydra API).
Requirements
- Java 21+
- Red Hat API Token
Installation
npx mcp-redhat-kbConfiguration
Environment Variable
Set your Red Hat API token:
export REDHAT_TOKEN="your-offline-token"Get your token at: https://access.redhat.com/management/api
Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"redhat-kb": {
"command": "npx",
"args": ["-y", "mcp-redhat-kb@latest"],
"env": {
"REDHAT_TOKEN": "your-token"
}
}
}
}Available Tools
- searchKnowledgeBase: Search Red Hat Knowledge Base for solutions and articles
- getSolution: Get the full content of a Knowledge Base article
Usage
# stdio mode (for Claude Code)
npx mcp-redhat-kb
# SSE mode
npx mcp-redhat-kb --port 9081License
MIT
