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)

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

View all MCP Connectors

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