Back to Home
kud icon

mcp-jenkins

Verified Safe

by kud

Overview

Manage Jenkins CI/CD workflows and monitor build statuses via an AI assistant using the Model Context Protocol.

Installation

Run Command
npx --yes @kud/mcp-jenkins@latest --url https://your-jenkins.com --user your_username --api-token your_token

Environment Variables

  • JENKINS_URL
  • JENKINS_USER
  • JENKINS_API_TOKEN
  • JENKINS_BEARER_TOKEN
  • MCP_JENKINS_URL
  • MCP_JENKINS_USER
  • MCP_JENKINS_API_TOKEN
  • MCP_JENKINS_BEARER_TOKEN

Security Notes

The server correctly handles sensitive credentials by prioritizing CLI arguments over environment variables (`MCP_JENKINS_*` then `JENKINS_*`), avoiding hardcoding. It explicitly supports both Basic (username:api-token) and Bearer token authentication. CSRF protection is implemented by fetching and using Jenkins crumbs for POST requests. No 'eval' or other directly malicious patterns were found. HTTP requests use native fetch with timeouts. The main security consideration is the inherent power of Jenkins API access; compromised credentials could allow significant system interaction, so strong token management (rotation, least privilege) is crucial for the user.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2025-11-28

Tags

JenkinsCI/CDDevOpsAutomationMCP