Back to MCP Servers

Jenkins

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-toolsmonitoring

Installation

npx -y jenkins-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub