jenkins
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport http
Tools
getJob— Get a Jenkins job by its full path.getJobs— Get a paginated list of Jenkins jobs, sorted by name.triggerBuild— Trigger a build of a job. Supports parameterized builds via a JSON parameters object; returns a queue item whose id can be passed to getQueueItem.getQueueItem— Get information about a queued item using its ID.getBuild— Retrieve a specific build or the last build of a Jenkins job.updateBuild— Update build display name and/or description.getBuildLog— Retrieve log lines with pagination for a specific build or the last build; supports forward reads, end-relative reads and cursor pagination via nextCursor.searchBuildLog— Search for log lines matching a string or regex pattern in build logs.rebuildBuild— Re-run a build with the same parameters; returns the queue item for the new build.getReplayScripts— Return the main script and loaded scripts of a replayable Pipeline build.replayBuild— Run a Pipeline build again with a modified script.getTestResults— Retrieve test results of a specific build or the last build.getJobScm— Retrieve SCM configurations of a Jenkins job.getBuildScm— Retrieve SCM configurations of a specific build.getBuildChangeSets— Retrieve change log sets of a specific build.findJobsWithScmUrl— Find jobs using a specific SCM (git) repository URL.whoAmI— Get information about the current user.getStatus— Check the health and readiness status of a Jenkins instance.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.