Skip to main content
Developer ToolsPython

avisangle/jenkins-mcp-server

Enterprise-grade Jenkins CI/CD integration with multi-tier caching, pipeline monitoring, artifact management, and batch operations. Features 21 MCP tools for job management, build status tracking, and queue management with CSRF protection and 2FA support.

developer-toolslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/avisangle/jenkins-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "jenkins-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "avisangle/jenkins-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
avisangle