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 传输协议。
Related MCP server: Jenkins MCP Server
工具列表
工具 | 说明 | 参数 |
| 触发构建(支持参数) |
|
| 停止运行中的构建 |
|
| 获取 Job 详情 |
|
| 获取所有 Job 列表 | (无) |
| 获取构建元数据(参数、SCM 信息、状态) |
|
| 获取构建日志(支持 tail) |
|
环境变量
变量 | 默认值 | 说明 |
|
| Jenkins 服务器地址 |
| (空) | Jenkins 用户名 |
| (空) | Jenkins API Token 或密码 |
| (空) | 自定义 CA 证书路径 (TLS) |
This server cannot be installed
Maintenance
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
- Alicense-qualityFmaintenanceEnables AI assistants to interact with Jenkins CI/CD systems for build management, job monitoring, console log analysis, and debugging through natural language commands.Last updated2MIT
- Alicense-qualityDmaintenanceEnables 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.Last updated1921MIT
- Alicense-qualityDmaintenanceEnables 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.Last updated640MIT
- Flicense-qualityDmaintenanceEnables LLMs to access Jenkins job data, trigger builds, and manage Jenkins tasks through a standardized interface.Last updated5
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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