umishra1504/Jenkins-mcp-server
If you are the rightful owner of Jenkins-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Jenkins MCP Server is a comprehensive tool for managing Jenkins builds, jobs, artifacts, and queue operations through the Model Context Protocol (MCP) interface.
Tools
Functions exposed to the LLM to take actions
triggerBuild
Trigger a build for a Jenkins job.
stopBuild
Stop or kill a running Jenkins build.
scheduleBuild
Schedule a Jenkins build to run at a specific time.
updateBuild
Update build display name and/or description.
getJob
Get information about a Jenkins job.
getBuild
Get information about a specific build or the last build.
getJobs
Get a paginated list of Jenkins jobs.
whoAmI
Get information about the current authenticated user.
getStatus
Get Jenkins instance status and health information.
listBuildArtifacts
List all artifacts from a specific build or the last build.
readBuildArtifact
Read the content of a specific build artifact.
cancelQueuedBuild
Cancel a pending/queued Jenkins build that hasn't started yet.
getQueueInfo
Get information about queued builds.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client