AshwiniGhuge3012/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.
An MCP server for interacting with a Jenkins CI/CD server, enabling job management, build status checks, and server management through MCP.
Tools
Functions exposed to the LLM to take actions
trigger_job
Triggers a Jenkins job with optional parameters.
get_job_info
Gets detailed information about a Jenkins job, including its parameters.
get_build_status
Gets the status of a specific build.
get_console_log
Retrieves the console log for a specific build.
list_jobs
Lists all available jobs on the Jenkins server.
get_queue_info
Gets information about builds currently in the queue.
server_info
Gets basic information about the Jenkins server.
summarize_build_log
(Demonstration) Summarizes a build log using a pre-configured LLM prompt.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client