Serversio.github.imatza-rh/mcp-zuul
Z

io.github.imatza-rh/mcp-zuul

io.github.imatza-rh/mcp-zuul · v0.7.0
▦ pypi
v0.7.0pypi pypi: mcp-zuul↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.imatza-rh/mcp-zuul",
  "description": "Zuul CI — build failure analysis, log search, pipeline status, and job configuration",
  "repository": {
    "url": "https://github.com/imatza-rh/mcp-zuul",
    "source": "github"
  },
  "version": "0.7.0",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-zuul",
      "version": "0.7.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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}