jenkins-mcp-server
Verified Safeby dongood
Overview
Enables Claude to communicate with Jenkins CI/CD servers to query build information, analyze failures, and monitor CI/CD infrastructure.
Installation
node build/index.jsEnvironment 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
claude-code-subagents-collection
The repository serves as a comprehensive marketplace and registry for Claude Code, offering a wide array of specialized AI agents, commands, hooks, and a catalog of external Model Context Protocol (MCP) servers to enhance development workflows.
datadog-mcp
Provides Datadog monitoring and management capabilities as a Model Context Protocol (MCP) server for Claude Desktop and other MCP clients.
miyabi-mcp-bundle
An all-in-one MCP server providing a vast array of development, monitoring, and automation tools, enabling Claude Desktop and AI agents to perform complex software development, operations, and analysis tasks efficiently and securely.
kubernetes-mcp-server-python
Allows an AI model (Claude) to remotely control a Kubernetes cluster by exposing kubectl commands as Model Context Protocol (MCP) tools.