Back to Home
dongood icon

jenkins-mcp-server

Verified Safe

by dongood

Overview

Enables Claude to communicate with Jenkins CI/CD servers to query build information, analyze failures, and monitor CI/CD infrastructure.

Installation

Run Command
node build/index.js

Environment Variables

  • JENKINS_URL
  • JENKINS_USERNAME
  • JENKINS_API_TOKEN

Security Notes

The server uses environment variables for sensitive information (Jenkins URL, username, API token), preventing hardcoding. Communication with Jenkins relies on HTTPS and Basic Authentication, securing credentials in transit. Error messages are sanitized via `extractSafeError` to prevent sensitive data leakage. No 'eval' or obvious obfuscation was found. The use of stdio for MCP communication avoids exposing network ports directly from the server.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-16

Tags

JenkinsCI/CDMCPMonitoringAutomation