MCP Jenkins

by lanbaoshen

129 stars
269 downloads
Not rated
GitHub Website

About

The Model Context Protocol (MCP) is an open-source implementation that bridges Jenkins with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Jenkins tools while maintaining data privacy and security.

Details

Author
lanbaoshen
GitHub stars
129
Downloads
269
Categories
Developer Tools, Infrastructure, Other

- Bridges Jenkins with AI language models via the MCP specification.
- Supports stdio, SSE, and streamable-http transports.
- Provides over 30 Jenkins tools (jobs, nodes, builds, plugins, views, etc.).
- Includes a health check endpoint at /healthz.
- Supports read-only mode and SSL verification configuration.

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 MCP Jenkins
    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 MCP Jenkins using uv (recommended), pip, or Docker. Configure it with command-line arguments such as --jenkins-url, --jenkins-username, --jenkins-password, --transport (stdio, sse, or streamable-http), --read-only, and --jenkins-verify-ssl. Example configurations for JetBrains GitHub Copilot and VS Code Copilot Chat are provided in the README.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "mcp jenkins": {
            "mcp-jenkins": {
                "command": "uvx",
                "args": [
                    "mcp-jenkins",
                    "--transport",
                    "streamable-http"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-jenkins": {
        "command": "uvx",
        "args": [
            "mcp-jenkins",
            "--transport",
            "streamable-http"
        ]
    }
}

MCP Jenkins

PyPI Version PyPI Downloads test codecov License

The Model Context Protocol (MCP) is an open-source implementation that bridges Jenkins with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Jenkins tools while maintaining data privacy and security.

Installation

Choose one of these installation methods: ```
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.