mcp-redhat-kb
Verified Safeby jeanlopezxyz
Overview
Provides an AI agent with tools to search the Red Hat Knowledge Base for technical articles and solutions.
Installation
npx mcp-redhat-kbEnvironment Variables
- REDHAT_TOKEN
Security Notes
The server correctly handles API tokens via environment variables (REDHAT_TOKEN) and avoids hardcoding sensitive information. It implements a basic caching mechanism for access tokens and refreshes them as needed. Network requests use standard HTTPS and configured timeouts. The `execSync` call for `java -version` is for environment checking and does not process user input, posing a minimal risk.
Similar Servers
kubernetes-mcp-server
Facilitates AI agent interaction with Kubernetes and OpenShift clusters by exposing management and observability tools via the Model Context Protocol.
docs-mcp-server
The Documentation MCP Server indexes documentation from web sources, local files, and package registries, making it searchable via the Model Context Protocol (MCP) and providing semantic search capabilities to AI coding assistants.
mcp-redis
Provides a natural language interface for AI agents to manage, search, and interact with structured and unstructured data in a Redis database.
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.