Skip to main content
Glama

Errata Tool MCP Server

by mabanas1

Errata Tool MCP Server

FastMCP server for Red Hat Errata Tool integration with AI assistants.

Quick Start

# Build and run ./build-container.sh build ./build-container.sh run-sse # Get interactive shell with working Kerberos ./build-container.sh interactive kinit your_username@IPA.REDHAT.COM # Test functions python -c "from mcp_server import list_products; print(list_products())" python -c "from mcp_server import get_advisory_info; print(get_advisory_info('149143'))"

Available Functions

  • list_products() - List available products (RHEL, RHIVOS, etc.)
  • list_states() - List advisory states (QE, SHIPPED_LIVE, etc.)
  • list_advisories(product, state, limit) - List advisories ⚠️ Limited access
  • get_advisory_info(advisory_id) - Get advisory details ⚠️ Requires auth

MCP Client Configuration

Add to your MCP client config (e.g., ~/.cursor/mcp.json):

{ "mcpServers": { "errata-tool": { "command": "podman", "args": ["run", "-d", "--rm", "--name", "errata-mcp-sse", "-p", "8000:8000", "-v", "/etc/krb5.conf:/etc/krb5.conf:ro", "--network", "host", "localhost/errata-mcp:latest"], "transport": { "type": "sse", "url": "http://localhost:8000" } } } }

Authentication

For advisory access, run inside container:

kinit your_username@IPA.REDHAT.COM

Troubleshooting

IssueFix
"Pigeon crap. Did it forget to run kinit?"Run kinit inside container
Container won't startCheck: podman --version, ./build-container.sh logs
SSE connection failsVerify: curl http://localhost:8000/sse/
Products/States work but advisories don'tRun kinit for authentication

Commands

./build-container.sh build # Build image ./build-container.sh run-sse # Run SSE server (port 8000) ./build-container.sh run-stdio # Run stdio mode (for MCP clients) ./build-container.sh interactive # Open bash shell with working Kerberos ./build-container.sh shell # Get shell in running container ./build-container.sh logs # View logs ./build-container.sh stop # Stop containers ./build-container.sh clean # Remove all
-
security - not tested
F
license - not found
-
quality - not tested

FastMCP server that enables AI assistants to integrate with Red Hat Errata Tool, allowing access to product information and advisory details through authenticated API calls.

  1. Quick Start
    1. Available Functions
      1. MCP Client Configuration
        1. Authentication
          1. Troubleshooting
            1. Commands

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A production-ready MCP server built with FastAPI, providing an enhanced tool registry for creating, managing, and documenting AI tools for Large Language Models (LLMs).
                Last updated -
                32
                Python
              • -
                security
                F
                license
                -
                quality
                An AI-powered FastMCP server tool that automates the process of planning tasks, generating code, and creating GitHub pull requests.
                Last updated -
                Python
              • A
                security
                A
                license
                A
                quality
                An MCP server that enables AI assistants to access and interact with Reddit content through features like user analysis, post retrieval, subreddit statistics, and authenticated posting capabilities.
                Last updated -
                11
                108
                Python
                MIT License
              • A
                security
                A
                license
                A
                quality
                A powerful MCP server that provides interactive user feedback and command execution capabilities for AI-assisted development, featuring a graphical interface with text and image support.
                Last updated -
                1
                19
                Python
                MIT License

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/mabanas1/errata-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server