Jenkins MCP Server

by truxt-ai

5 stars
394 downloads
Not rated
GitHub

Description

# Jenkins MCP Server A Model Context Protocol (MCP) server that provides access to Jenkins data and functionality through a standardized interface for LLMs. ## Overview This project implements an MCP server that connects to Jenkins instances, allowing Large Language Models to: -…

About

# Jenkins MCP Server A Model Context Protocol (MCP) server that provides access to Jenkins data and functionality through a standardized interface for LLMs. ## Overview This project implements an MCP server that connects to Jenkins instances, allowing Large Language Models to: - Access Jenkins job data as resources -…

Details

Author
truxt-ai
GitHub stars
5
Downloads
394
Categories
Other, AI, Automation

- Access Jenkins job configurations, build history, and status.
- Trigger builds, update job configurations, and manage tasks.
- Pre-defined interaction patterns for common Jenkins operations.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Jenkins MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Python 3.8+, set up a Jenkins instance, configure environment variables (JENKINS_URL, JENKINS_USERNAME, JENKINS_API_TOKEN), add dependencies with uv, and run the server in development mode with uv run mcp dev server.py.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "jenkins mcp server": {
            "jenkins-mcp-server": {
                "command": "uv",
                "args": [
                    "init",
                    "jenkins-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "jenkins-mcp-server": {
        "command": "uv",
        "args": [
            "init",
            "jenkins-mcp-server"
        ]
    }
}

Jenkins MCP Server

A Model Context Protocol (MCP) server that provides access to Jenkins data and functionality through a standardized interface for LLMs.

Overview

This project implements an MCP server that connects to Jenkins instances, allowing Large Language Models to:

- Access Jenkins job data as resources
- Execute Jenkins-related operations through tools
- Utilize predefined prompts for common Jenkins interactions

Installation

Prerequisites

- Python 3.8+
- Access to a Jenkins instance

Setting up with uv

We recommend using uv for managing Python environments:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.