mcpbeat Sign in

MCP Zuul MCP Server

by imatza-rh Your server? Claim it
local only

MCP Zuul runs on your own machine — the client starts it, so there is no endpoint to ping. 312 installs a week from pypi. Last commit 14 Sep 2026.

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

Installs per day peak 281 · avg 60 · -25% w/w
a month agotoday
312
Installs / week
pypi · mcp-zuul
21
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check MCP Zuul every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-zuul -- uvx mcp-zuul
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-zuul": {
      "args": [
        "mcp-zuul"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-zuul]
command = "uvx"
args = ["mcp-zuul"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-zuul": {
      "args": [
        "mcp-zuul"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-zuul": {
      "args": [
        "mcp-zuul"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ZUUL_URL (Zuul base URL (e.g. https://softwarefactory-project.io/zuul)), ZUUL_DEFAULT_TENANT (Default tenant name), ZUUL_AUTH_TOKEN (Bearer token for authenticated instances), ZUUL_USE_KERBEROS (Enable Kerberos/SPNEGO authentication (true/false)), MCP_TRANSPORT (Transport mode: stdio, sse, or streamable-http (default: stdio)), ZUUL_ENABLED_TOOLS (Comma-separated list of tools to enable (disables all others)), ZUUL_DISABLED_TOOLS (Comma-separated list of tools to disable). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Zuul

same job, measured the same way
Woodpecker CI
by ni-c

Read Woodpecker CI repositories, pipelines and logs, and drive builds, secrets and crons

47 installs/wk local only
Pare Git
by dave-london

Pare Git ג€” Structured git operations (status, log, diff, branch, commit, push) as typed JSON.

172 installs/wk local only
Log Analyzer MCP
by fato07

AI-powered log analysis - parse, search, extract errors across 9+ formats

119 installs/wk local only
I
MCP Server Graylog
by pranavj17

Search Graylog logs by timestamps, filter by streams, and debug production issues.

local only
MCP Health Monitor
by oaslananka

Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status

local only
Pare Docker
by dave-london

Pare Docker ג€” Structured Docker operations (ps, images, logs, build, compose) as typed JSON.

147 installs/wk local only
Duplicati MCP
by kcofoni

MCP server for Duplicati backup management — list, run, monitor and configure jobs from an LLM.

local only
Git
by dave-london

Structured git operations (status, log, diff, branch, show) as typed JSON.

local only

MCP Zuul — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Zuul?
MCP Zuul runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-zuul was installed 312 times last week.
How do I connect MCP Zuul?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-zuul straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Zuul?
The pypi package mcp-zuul was installed 312 times in the last week. Week over week that is -25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Zuul open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 21 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.