Back to Home
MauManto icon

jenkins-mcp-server

Verified Safe

by MauManto

Overview

Fetches and analyzes Jenkins console logs from multiple instances to extract error snippets, git information, and build metadata for simplified build failure diagnosis.

Installation

Run Command
python main.py

Environment Variables

  • JENKINS_URL
  • JENKINS_USER
  • JENKINS_API_TOKEN
  • JENKINS_<NAME>_URL
  • JENKINS_<NAME>_USER
  • JENKINS_<NAME>_API_TOKEN

Security Notes

The application loads sensitive Jenkins credentials (username, API token) from environment variables, which is a good practice. It uses `httpx` for network requests. A potential risk lies in the `JENKINS_VERIFY_SSL` environment variable, which, if set to 'false', would disable SSL/TLS certificate verification, making the connections to Jenkins servers vulnerable to Man-in-the-Middle (MITM) attacks. This setting should be carefully managed in production environments. No 'eval' or obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-19

Tags

JenkinsLog AnalysisCI/CDBuild MonitoringPython