★ 27 stars
Python
⚙️ DevOps
Updated 2d ago
The most advanced Jenkins MCP server available - Enterprise debugging, multi-instance management, AI-powered failure analysis, vector search, and configurable diagnostics for complex CI/CD pipelines.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"jenkins-mcp-enterpri": {
"command": "uvx",
"args": [
"jenkins-mcp-enterprise"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add jenkins-mcp-enterpri uvx jenkins-mcp-enterprise
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"jenkins-mcp-enterpri": {
"command": "uvx",
"args": [
"jenkins-mcp-enterprise"
]
}
}
}
📋 Copy
Or install with pip: pip install jenkins-mcp-enterprise
Topics
ai automation ci-cd debugging devops enterprise jenkins mcp model-context-protocol vector-search