← Back to Plugins
MCP Server MCP

io.github.imatza-rh/mcp-zuul

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-zuul

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-zuul",
      "version": "0.11.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Zuul base URL (e.g. https://softwarefactory-project.io/zuul)",
          "name": "ZUUL_URL"
        },
        {
          "description": "Default tenant name",
          "name": "ZUUL_DEFAULT_TENANT"
        },
        {
          "description": "Bearer token for authenticated instances",
          "name": "ZUUL_AUTH_TOKEN"
        },
        {
          "description": "Enable Kerberos/SPNEGO authentication (true/false)",
          "name": "ZUUL_USE_KERBEROS"
        },
        {
          "description": "Transport mode: stdio, sse, or streamable-http (default: stdio)",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Comma-separated list of tools to enable (disables all others)",
          "name": "ZUUL_ENABLED_TOOLS"
        },
        {
          "description": "Comma-separated list of tools to disable",
          "name": "ZUUL_DISABLED_TOOLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...