Automation server for CI/CD
Automate builds, tests, and deployments with Jenkins pipelines.
{
"mcpServers": {
"jenkins": {
"env": {
"JENKINS_URL": "http://localhost:8080",
"JENKINS_USER": "admin",
"JENKINS_TOKEN": "your_token"
},
"args": [
"-y",
"@jenkins/mcp-server"
],
"command": "npx"
}
}
}JENKINS_URLhttp://localhost:8080JENKINS_USERadminJENKINS_TOKENyour_token