Jenkins MCP Server
Provides tools to trigger builds with parameters, stop running builds, retrieve job details, list all jobs, get build metadata and logs from a Jenkins CI server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jenkins MCP Servertrigger a build for job 'my-app' with parameters {"branch":"main"}"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jenkins MCP Server
基于 FastMCP + SSE (HTTP) 协议的 Jenkins CI MCP 服务器。
快速开始
# 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服务运行在 http://0.0.0.0:8080,使用 SSE 传输协议。
工具列表
工具 | 说明 | 参数 |
| 触发构建(支持参数) |
|
| 停止运行中的构建 |
|
| 获取 Job 详情 |
|
| 获取所有 Job 列表 | (无) |
| 获取构建元数据(参数、SCM 信息、状态) |
|
| 获取构建日志(支持 tail) |
|
环境变量
变量 | 默认值 | 说明 |
|
| Jenkins 服务器地址 |
| (空) | Jenkins 用户名 |
| (空) | Jenkins API Token 或密码 |
| (空) | 自定义 CA 证书路径 (TLS) |
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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