The Model Context Protocol (MCP) Jenkins integration is an open-source implementation that bridges Jenkins with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Jenkins tools while maintaining data privacy and security.
A server that enables interaction with Jenkins CI/CD pipelines from any compatible MCP client (like Claude Desktop), allowing users to manage jobs, builds, coverage reports, and other Jenkins functionality through natural language.
Retrieves incremental build log output from Jenkins. Use the returned byte offset to fetch only new content, enabling efficient tailing of running builds.
Download a build artifact from a Jenkins job. Specify the job name, artifact path, and optionally the build number to retrieve file content as text or base64.