Zuul CI — build failure analysis, log search, pipeline status, and job configuration
uvx mcp-zuul{
"ZUUL_URL": "YOUR_VALUE_HERE",
"ZUUL_DEFAULT_TENANT": "YOUR_VALUE_HERE",
"ZUUL_AUTH_TOKEN": "YOUR_VALUE_HERE",
"ZUUL_USE_KERBEROS": "YOUR_VALUE_HERE",
"MCP_TRANSPORT": "YOUR_VALUE_HERE",
"ZUUL_ENABLED_TOOLS": "YOUR_VALUE_HERE",
"ZUUL_DISABLED_TOOLS": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-imatza-rh-mcp-zuul": {
"command": "uvx",
"args": [
"mcp-zuul"
],
"env": {
"ZUUL_URL": "YOUR_VALUE_HERE",
"ZUUL_DEFAULT_TENANT": "YOUR_VALUE_HERE",
"ZUUL_AUTH_TOKEN": "YOUR_VALUE_HERE",
"ZUUL_USE_KERBEROS": "YOUR_VALUE_HERE",
"MCP_TRANSPORT": "YOUR_VALUE_HERE",
"ZUUL_ENABLED_TOOLS": "YOUR_VALUE_HERE",
"ZUUL_DISABLED_TOOLS": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
mcp-zuul is an MCP server for Zuul CI — build failure analysis, log search, pipeline status, and job configuration. It supports STDIO transport.
Use the generated config in Install. This server runs with uvx mcp-zuul; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for uvx mcp-zuul. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for uvx mcp-zuul. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for uvx mcp-zuul. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for uvx mcp-zuul. Add required environment variables before starting Cursor or VS Code.
mcp-zuul uses STDIO transport. Use the package or command config in Install.
mcp-zuul inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
mcp-zuul does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
mcp-zuulstdio | pypi | 0.7.0 | Env: ZUUL_URL Env: ZUUL_DEFAULT_TENANT Env: ZUUL_AUTH_TOKEN Env: ZUUL_USE_KERBEROS Env: MCP_TRANSPORT Env: ZUUL_ENABLED_TOOLS Env: ZUUL_DISABLED_TOOLS |