Back to Browse

Zuul MCP Server

Developer ToolsLow Risk10.0Local
Free

Zuul CI — build failure analysis, log search, pipeline status, and job configuration

About

Zuul CI — build failure analysis, log search, pipeline status, and job configuration

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Zuul base URL (e.g. https://softwarefactory-project.io/zuul)Optional

Environment variable: ZUUL_URL

Default tenant nameOptional

Environment variable: ZUUL_DEFAULT_TENANT

Bearer token for authenticated instancesOptional

Environment variable: ZUUL_AUTH_TOKEN

Enable Kerberos/SPNEGO authentication (true/false)Optional

Environment variable: ZUUL_USE_KERBEROS

Transport mode: stdio, sse, or streamable-http (default: stdio)Optional

Environment variable: MCP_TRANSPORT

Comma-separated list of tools to enable (disables all others)Optional

Environment variable: ZUUL_ENABLED_TOOLS

Comma-separated list of tools to disableOptional

Environment variable: ZUUL_DISABLED_TOOLS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-imatza-rh-mcp-zuul": {
      "env": {
        "ZUUL_URL": "your-zuul-url-here",
        "MCP_TRANSPORT": "your-mcp-transport-here",
        "ZUUL_AUTH_TOKEN": "your-zuul-auth-token-here",
        "ZUUL_USE_KERBEROS": "your-zuul-use-kerberos-here",
        "ZUUL_ENABLED_TOOLS": "your-zuul-enabled-tools-here",
        "ZUUL_DEFAULT_TENANT": "your-zuul-default-tenant-here",
        "ZUUL_DISABLED_TOOLS": "your-zuul-disabled-tools-here"
      },
      "args": [
        "mcp-zuul"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!