$ timeahead.in
/ servers/pypi/mcp-jenkins
pypi

mcp-jenkins

The Model Context Protocol (MCP) is an open-source implementation that bridges Jenkins with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI inter

127 stars3k/wkupdated 11d agogithub ↗
88good
▣ Overview
testcodecovPyPI VersionLicense

What it does

This server exposes Jenkins jobs, builds, logs, and configurations through the Model Context Protocol, enabling Claude and other LLMs to query Jenkins state, retrieve build logs, and optionally trigger jobs. It supports multiple transports—stdio, SSE, and streamable-http—and can be deployed standalone or integrated into Kubernetes clusters. Authentication is handled via command-line arguments or HTTP headers, with optional read-only mode for safer, auditing-focused use.

Who it's for

DevOps engineers and CI/CD platform owners who want Claude to analyze build failures, retrieve job configurations, or check recent build status without leaving their editor. Useful when debugging intermittent test failures, auditing pipeline changes, or reviewing build artifacts.

Common use cases

  • Retrieve and analyze build logs to diagnose pipeline failures
  • Query job configurations and build parameters on demand
  • Check recent build status and history across multiple jobs
  • Inspect test results and artifact metadata from completed builds
  • Trigger jobs with specific parameters (if not in read-only mode)

Setup pitfalls

  • Jenkins credentials (URL, username, API token) must be provided as command-line arguments or HTTP headers; ensure the token has permission for the jobs you intend to query
  • SSL certificate verification is enabled by default; self-signed Jenkins servers require the --no-jenkins-verify-ssl flag to connect
  • Read-only mode is disabled by default—without the --read-only flag, the server can trigger builds and modify Jenkins state
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
63
12.6
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
87.6
⚿ Capabilities & Risk Explainer
networksecrets
◆ Risk level: medium
network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "mcp-jenkins": {
      "command": "uvx",
      "args": [
        "mcp-jenkins"
      ]
    }
  }
}
⚙ Maintenance health
51/ 100 · is this project alive?
contributors (1y)10
top contributor share72%
releases (1y)20
last release10d ago
ci✗ none
⛁ Raw data
weekly downloads3k
github stars127
forks54
open issues5
license✓ present
readme length8631 chars
last publish4d ago
last commit11d ago
last updated10h ago
install verified✓ pass · 19d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points