Jenkins API MCP Server
JSON →A server for managing Jenkins jobs through its REST API, including operations like building, configuration, and information retrieval.
Tools · 15
- 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
Environment variables
JENKINS_API_TOKEN
Links
★ 2 GitHub stars