dramabox-jenkins-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITLAB_URL | Yes | GitLab 根地址;Token 需要至少 read_api | |
| JENKINS_URL | Yes | Jenkins 根地址,如 http://192.168.x.x:8080 | |
| GITLAB_TOKEN | Yes | GitLab Personal Access Token(PRIVATE-TOKEN) | |
| JENKINS_USER | Yes | Jenkins 用户名 | |
| JENKINS_TOKEN | Yes | Jenkins API Token(用户设置里生成,不是登录密码) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_jobA | 按 GitLab 仓库定位 Jenkins HOT/QAT/QAT2 候选 Job,返回 Job 名、Jenkins 当前配置分支、仓库地址和链接。 |
| get_statusA | 查看 Jenkins 当前配置、最近构建尝试、最近一次严格成功部署及其相对主干的合并状态。 |
| deployA | 修改 BranchSpec 并触发构建。并发构建会硬拦截;同一实际部署分支可直接重部署,切换分支时基于最近成功部署 SHA 防覆盖。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct, non-overlapping purpose: locating candidate jobs, checking deployment status, and triggering deployments. The clear separation makes it easy for an agent to select the right tool for each step.
Names follow a verb-based pattern with 'find_job' and 'get_status' using verb_noun, while 'deploy' is a bare verb. Minor inconsistency but still predictable and readable.
Three tools is an ideal, focused set for the server's purpose of Jenkins deployment management. Each tool is essential and there is no bloat.
The set covers the core workflow: find a job, inspect its status, and deploy. It lacks an explicit cancel or rollback operation, but for the stated purpose of locating, checking, and deploying, coverage is solid.