mcp-zuul
About
Zuul CI — build failure analysis, log search, pipeline status, and job configuration
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ZUUL_URL ZUUL_DEFAULT_TENANT ZUUL_AUTH_TOKEN ZUUL_USE_KERBEROS MCP_TRANSPORT ZUUL_ENABLED_TOOLS ZUUL_DISABLED_TOOLSClaude Code
claude mcp add --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= mcp-zuul -- uvx mcp-zuul
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-zuul","command":"uvx","args":["mcp-zuul"],"env":{"ZUUL_URL":"","ZUUL_DEFAULT_TENANT":"","ZUUL_AUTH_TOKEN":"","ZUUL_USE_KERBEROS":"","MCP_TRANSPORT":"","ZUUL_ENABLED_TOOLS":"","ZUUL_DISABLED_TOOLS":""}}'
JSON
{
"mcpServers": {
"mcp-zuul": {
"command": "uvx",
"args": [
"mcp-zuul"
],
"env": {
"ZUUL_URL": "",
"ZUUL_DEFAULT_TENANT": "",
"ZUUL_AUTH_TOKEN": "",
"ZUUL_USE_KERBEROS": "",
"MCP_TRANSPORT": "",
"ZUUL_ENABLED_TOOLS": "",
"ZUUL_DISABLED_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.