Exposes Jenkins CI/CD capabilities as MCP tools, including job management, builds, pipelines, and Terraform/GCP log inspection.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.JENKINS_URL— As long as a .env file exists in cwd, server.py picks up / JENKINS_USER / JENKINS_TOKEN automatically - there's no need (and no reason) to duplicate them here.JENKINS_USER— As long as a .env file exists in cwd, server.py picks up JENKINS_URL / / JENKINS_TOKEN automatically - there's no need (and no reason) to duplicate them here.JENKINS_TOKEN— As long as a .env file exists in cwd, server.py picks up JENKINS_URL / JENKINS_USER / automatically - there's no need (and no reason) to duplicate them here.JENKINS_VERIFY_SSL— true Verify TLS certs for https:// JenkinsJENKINS_TIMEOUT— 30 Request timeout (seconds)JENKINS_MAX_RETRIES— 3 HTTP retry attemptsJENKINS_BACKOFF_FACTOR— 0.5 Retry backoff factorJENKINS_POOL_CONNECTIONS— / JENKINS_POOL_MAXSIZE 10 / 20 Connection pool sizingJENKINS_POOL_MAXSIZE— JENKINS_POOL_CONNECTIONS / 10 / 20 Connection pool sizingLOG_LEVEL— INFO Logging levelLOG_FILE— logs/jenkins_mcp.log Rotating log file pathLOG_TO_CONSOLEDEFAULT_PAGE_SIZE— 50 Default page size for paginated toolsJENKINS_CLI_JAR— _(empty)_ Optional path to jenkins-cli.jarJAVA_BINTERRAFORM_STATE_BUCKET— / GCP_PROJECT _(empty)_ Optional fallback hints for Terraform/GCP toolsGCP_PROJECT— TERRAFORM_STATE_BUCKET / _(empty)_ Optional fallback hints for Terraform/GCP toolsMCP_TRANSPORT— $env:="streamable-http"; python server.pyMCP_HOSTMCP_PORT[](https://m8ven.ai/mcp/manjunath031984-jenkins-mcp-gcp-15n8tx)