Jenkins Mcp
@ProgrammerAgua
About Jenkins Mcp
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jenkins-mcp": {
"command": "java",
"args": [
"-jar",
"<YOUR_PATH>\\mcp-jenkins-server-0.0.1-SNAPSHOT.jar"
],
"env": {
"JENKINS_API_SERVER_URI": "<YOUR_JENKINS_URI>",
"JENKINS_API_USERNAME": "<YOUR_USERNAME>",
"JENKINS_API_TOKEN": "<YOUR_PASSWORD_OR_TOKEN>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jenkins Mcp?
Jenkins Mcp is an MCP (Model Context Protocol) server built with Spring AI that wraps the Jenkins REST API, providing a set of common operations for managing Jenkins jobs. It is designed for developers and CI/CD engineers who want to interact with a Jenkins server through an MCP-compliant tool or agent.
How to use Jenkins Mcp?
Clone the repository, run mvn package to build the JAR, then configure your mcp.json with the full path to the JAR and set three environment variables: JENKINS_API_SERVER_URI, JENKINS_API_USERNAME, and JENKINS_API_TOKEN. Launch the server with java -jar <path-to-jar>.
Key features of Jenkins Mcp
- Create, delete, enable, disable, and rename jobs
- Trigger builds with or without parameters
- Stop running builds
- Retrieve job info, build info, and build logs
- Get and update job configuration XML
- Get last build number and timestamp
Use cases of Jenkins Mcp
- Automate CI/CD workflows by creating or modifying Jenkins jobs from an AI agent
- Query build status and logs without logging into the Jenkins UI
- Integrate Jenkins management into a larger MCP-based assistant or toolchain
FAQ from Jenkins Mcp
What technology does Jenkins Mcp use?
It is built with Spring Boot 3.3.6, the Spring AI MCP Server framework, and a Jenkins REST API client.
What are the runtime dependencies?
JDK 17+ and Maven 3.6+ are required to build and run. A Jenkins server with the “Remote Access API” enabled must be accessible.
How is authentication configured?
Set the JENKINS_API_USERNAME and JENKINS_API_TOKEN environment variables in the mcp.json configuration. The token acts as the password.
What operations does Jenkins Mcp support?
It supports job management (create, delete, enable, disable, rename), job building (trigger with or without parameters, stop), job information retrieval (info, build details, logs, last build number/timestamp), and job configuration (get and update XML).
Does Jenkins Mcp store any data?
No. It acts as a stateless proxy between the MCP client and the Jenkins REST API; all data lives on the Jenkins server.
Frequently asked questions
What technology does Jenkins Mcp use?
It is built with Spring Boot 3.3.6, the Spring AI MCP Server framework, and a Jenkins REST API client.
What are the runtime dependencies?
JDK 17+ and Maven 3.6+ are required to build and run. A Jenkins server with the “Remote Access API” enabled must be accessible.
How is authentication configured?
Set the `JENKINS_API_USERNAME` and `JENKINS_API_TOKEN` environment variables in the `mcp.json` configuration. The token acts as the password.
What operations does Jenkins Mcp support?
It supports job management (create, delete, enable, disable, rename), job building (trigger with or without parameters, stop), job information retrieval (info, build details, logs, last build number/timestamp), and job configuration (get and update XML).
Does Jenkins Mcp store any data?
No. It acts as a stateless proxy between the MCP client and the Jenkins REST API; all data lives on the Jenkins server.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments