MCP Servers / development / Jenkins API MCP Server

Jenkins API MCP Server

JSON →
none2development

A server for managing Jenkins jobs through its REST API, including operations like building, configuration, and information retrieval.

Install
How to run this server

No install command recorded.

server path: jenkins-api-mcp-server
Tools
What this server exposes
createJob
Create a new Jenkins job
deleteJob
Delete an existing Jenkins job
enableJob
Enable a disabled Jenkins job
disableJob
Disable an enabled Jenkins job
renameJob
Rename an existing Jenkins job
buildJob
Trigger a build for a Jenkins job
buildJobWithParams
Trigger a build with parameters
killJob
Stop a running build
getJobInfo
Get detailed information about a job
getBuildInfo
Get information about a specific build
getBuildLog
Get the console output of a build
getLastBuildNumber
Get the last build number
getLastBuildTimestamp
Get the timestamp of the last build
getJobConfig
Get the configuration XML of a job
updateJobConfig
Update the configuration of a job
Configuration
Environment & auth
authnone
envJENKINS_API_TOKEN
Resources
Jenkins API MCP Server — MCP Server · libregistry