Cover image
Try Now
2025-04-09

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

English | 中文

Jenkins API MCP Server

This is a MCP Server service based on Spring AI for Jenkins Rest API calls, providing common operation interfaces for Jenkins jobs.

Features

  • Job Management: Create, delete, enable/disable, rename jobs
  • Job Building: Trigger builds, build with parameters, stop builds
  • Job Information: Get job info, build info, build logs
  • Job Configuration: Get and update job configurations

Technology Stack

  • Spring Boot 3.3.6
  • Jenkins REST API Client
  • Spring AI MCP Server

Quick Start

Requirements

  • JDK 17+
  • Maven 3.6+
  • Jenkins server (with "Remote Access API" enabled)

Build Project

Clone the repository and navigate to the project directory:

git clone [repository-url]
cd jenkins-mcp-server

Before running the project, you need to package it using Maven:

mvn package

After a successful build, a file named mcp-jenkins-server-0.0.1-SNAPSHOT.jar will be generated in the /target directory. Use the full path to this file in your mcp.json configuration:

{your_path}\\mcp-jenkins-server-0.0.1-SNAPSHOT.jar

mcp.json Configuration

{
  "mcpServers": {
    "jenkins-mcp": {
      "command": "java",
      "args": [
        "-jar",
        "{your_path}\\mcp-jenkins-server-0.0.1-SNAPSHOT.jar"
      ],
      "env": {
        "JENKINS_API_SERVER_URI": "jenkins-uri",
        "JENKINS_API_USERNAME": "username", 
        "JENKINS_API_TOKEN": "password/token"
      }
    }
  }
}

API Documentation

Job Management

  • 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

Job Building

  • buildJob : Trigger a build for a Jenkins job
  • buildJobWithParams : Trigger a build with parameters
  • killJob : Stop a running build

Job Information

  • 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

Job Configuration

  • getJobConfig : Get the configuration XML of a job
  • updateJobConfig : Update the configuration of a job

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • jae-jae
  • Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.

  • HiveNexus
  • Un bot de chat de IA para equipos pequeños y medianos, que apoyan modelos como Deepseek, Open AI, Claude y Gemini. 专为中小团队设计的 ai 聊天应用 , 支持 Deepseek 、 Open ai 、 Claude 、 Géminis 等模型。

  • ravitemer
  • Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)

  • patruff
  • Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo

    Reviews

    3 (1)
    Avatar
    user_nbLTtaZH
    2025-04-16

    As a loyal user of the jenkins-mcp-server developed by ProgrammerAgua, I must say this product is exceptional. It seamlessly integrates with Jenkins, making automation tasks effortless. The documentation is clear, and setup is straightforward. Highly recommended for anyone looking to streamline their CI/CD pipeline! Check it out at https://github.com/ProgrammerAgua/jenkins-mcp-server.