Skip to main content
Glama
204,693 tools. Last updated 2026-06-15 00:48

"Jenkins" matching MCP tools:

Matching MCP Servers

  • A
    license
    B
    quality
    A
    maintenance
    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.
    Last updated
    33
    127
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    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.
    Last updated
    11
    38
    MIT
  • Start a Jenkins CI/CD job for a specific application and Git branch to trigger automated builds and deployments.
    MIT
  • Stop a running Jenkins job by specifying the application name and build number. Use this tool to halt ongoing CI/CD pipeline executions in Jenkins.
    MIT
  • Retrieves incremental build log output from Jenkins. Use the returned byte offset to fetch only new content, enabling efficient tailing of running builds.
    MIT
  • Retrieve a Jenkins view's jobs and nested sub-views by specifying its path. Use '/' for multi-level navigation.
    MIT
  • 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.
    MIT
  • Retrieve the parameters of a specific Jenkins build by job fullname and optional build number. Returns parameter names and values.
    MIT
  • Retrieve details about the currently authenticated user. Provides identity information for the active session.
    MIT
  • Visualize directory layout with configurable depth. Get an instant overview of project organization to know where to search before starting.
    MIT
  • List the artifacts of a Jenkins build by job fullname and optional build number. Returns metadata like fileName, relativePath, and displayPath.
    MIT
  • Retrieve details about the authenticated user in Jenkins, including username and permissions.
    MIT