hekmon8_Jenkins-server-mcp
If you are the rightful owner of hekmon8_Jenkins-server-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with Jenkins CI/CD servers, enabling AI assistants to manage builds.
The Jenkins Server MCP is a specialized server designed to facilitate interaction with Jenkins CI/CD servers through a standardized interface. It allows AI assistants to perform tasks such as checking build statuses, triggering new builds, and retrieving build logs. This server is particularly useful for developers and teams who rely on Jenkins for continuous integration and delivery, as it streamlines the process of managing builds programmatically. By using this MCP server, users can automate and integrate Jenkins operations into their workflows, enhancing productivity and efficiency.
Features
- Check Build Status: Retrieve the current status of Jenkins builds.
- Trigger Builds: Initiate new builds with specified parameters.
- Retrieve Build Logs: Access console output for Jenkins builds.
- Standardized Interface: Provides a consistent way to interact with Jenkins.
- Authentication Support: Uses Jenkins API tokens for secure access.
Tools
get_build_status
Get the status of the Jenkins build
trigger_build
Trigger a new Jenkins build
get_build_log
Get the logs built by Jenkins