okp-mcp

rhel-lightspeed/okp-mcp
★ 11 stars Python AI/LLM Updated 1d ago
MCP server for the Red Hat Offline Knowledge Portal (OKP)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "okp-mcp": {
      "command": "uvx",
      "args": [
        "okp-mcp"
      ]
    }
  }
}

Or install with pip: pip install okp-mcp

README Excerpt

MCP server for the Red Hat Offline Knowledge Portal (OKP). Bridges LLM tool calls to the OKP Solr index so agents can search RHEL documentation, CVEs, errata, solutions, and articles. Install dependencies: ``` uv sync ``` Run locally (stdio transport, default): ``` uv run okp-mcp ``` Run with HTTP transport:

Tools (6)

MCP_GLITCHTIP_DSNMCP_HOSTMCP_LOG_LEVELMCP_PORTMCP_SOLR_URLMCP_TRANSPORT