Skip to main content
Glama
mingtian6000

Jenkins MCP Server

by mingtian6000

Jenkins MCP Server

A Jenkins CI MCP server based on the FastMCP + SSE (HTTP) protocol.

Quick Start

# 1. 安装依赖
pip install -r requirements.txt

# 2. 设置环境变量
export JENKINS_URL=http://your-jenkins:8080
export JENKINS_USER=your-username
export JENKINS_PASSWORD=your-api-token

# 3. 启动服务
python jenkins.py

The service runs at http://0.0.0.0:8080 and uses the SSE transport protocol.

Related MCP server: Jenkins MCP Server

Tool List

Tool

Description

Parameters

trigger_build

Trigger a build (supports parameters)

jobname, params (JSON)

stop_build

Stop a running build

jobname, build_number

get_job

Get job details

jobname

get_jobs

Get a list of all jobs

(None)

get_build

Get build metadata (parameters, SCM info, status)

jobname, build_number?

get_build_logs

Get build logs (supports tail)

jobname, build_number?, tail_lines?

Environment Variables

Variable

Default Value

Description

JENKINS_URL

http://localhost:8080

Jenkins server URL

JENKINS_USER

(Empty)

Jenkins username

JENKINS_PASSWORD

(Empty)

Jenkins API Token or password

JENKINS_CA_BUNDLE

(Empty)

Custom CA certificate path (TLS)

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with Jenkins to manage jobs, trigger builds with parameters, and monitor build queues. It provides comprehensive access to build histories, console logs, and organizational folder structures via the Jenkins REST API.
    191
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables interaction with Jenkins instances to manage jobs, builds, and nodes through the Model Context Protocol. It provides capabilities to trigger builds, read console outputs, and search log sections using regular expressions.
    792
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mingtian6000/mcpservers'

If you have feedback or need assistance with the MCP directory API, please join our Discord server