@kud/mcp-jenkins

devops-infra MCP Server

A Jenkins MCP server with 25+ tools for managing jobs, builds, and CI/CD workflows

bykud
VerifiedInstall ReadyReviewed
devops-infradevops-infra
7 views7 stars6 forksv2.1.0MIT

Why This Matters

Discovered via github-seeds:mcp-hot and last synced 3mo ago.

VerifiedInstall ReadyReviewed
Source
github-seeds:mcp-hot
Stars
7
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @kud/mcp-jenkins

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-kud-mcp-jenkins": {
      "command": "npx",
      "args": [
        "@kud/mcp-jenkins"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

39
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (39)

jenkins_create_job

Create a new job from XML config

jenkins_stop_build

Stop/abort running build

jenkins_list_artifacts

List build artifacts

jenkins_toggle_node_offline

Toggle a node online/offline

jenkins_get_view

Get details for a specific view

jenkins_list_jobs

List all Jenkins jobs

jenkins_update_job_config

Update an existing job's XML config

jenkins_delete_build

Delete a build

jenkins_get_artifact

Download artifact (base64)

jenkins_get_system_info

Get Jenkins system info

Tool

Description

jenkins_search_jobs

Search jobs by name

jenkins_rename_job

Rename a job

jenkins_replay_build

Replay a pipeline build

jenkins_get_version

Get Jenkins version

jenkins_get_job_status

Get last build status

jenkins_copy_job

Copy/duplicate a job

jenkins_get_console_log

Get build console output

jenkins_get_queue

View pending builds

jenkins_get_plugins

List installed plugins

jenkins_safe_restart

Safely restart Jenkins (⚠️ requires confirm)

jenkins_enable_job

Enable a disabled job

jenkins_get_build_changes

Get Git commits for build

jenkins_cancel_queue

Cancel queued build

jenkins_disable_job

Disable a job

jenkins_get_build_status

Get specific build status

jenkins_get_pipeline_stages

Get pipeline stage status

jenkins_cancel_quiet_down

Cancel quiet mode

jenkins_delete_job

Delete a job (⚠️ permanent)

jenkins_get_recent_builds

Get recent builds (last N)

jenkins_list_nodes

List all agents/nodes

jenkins_get_job_config

Get job XML configuration

jenkins_trigger_build

Trigger a new build

jenkins_get_test_results

Get test pass/fail counts

jenkins_get_node

Get detailed info on a specific node

jenkins_list_views

List all views with their jobs

jenkins_quiet_down

Enable quiet mode (⚠️ requires confirm)

jenkins_list_instances

List all configured instances with their URLs

Script

Description