J

Jenkins

Trigger jobs, read builds and inspect pipelines on Jenkins.

·No reviews yet
Repo
Share:

About

Auto-generated

Jenkins is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Jenkins.

What is the Jenkins MCP module?
The Jenkins MCP module allows you to interact with Jenkins servers programmatically. It can trigger jobs, retrieve build information, and inspect pipeline statuses, streamlining CI/CD workflows.
How do I install the Jenkins MCP module in a client application like Cursor?
Installation typically involves adding the module through the client's module management interface. Refer to your specific MCP client's documentation for detailed instructions on adding community-provided modules.
Does the Jenkins MCP module require authentication?
Yes, this Jenkins MCP module requires an API key for authentication. You will need to generate an API key within your Jenkins instance and configure it within your MCP client.
What are the primary capabilities of the Jenkins MCP module?
The module's core capabilities include triggering Jenkins jobs, fetching comprehensive build details, and monitoring the state of your CI/CD pipelines. This enables automated interactions with your Jenkins environment.
What licensing applies to the Jenkins MCP module?
The Jenkins MCP module is community-provided. Its specific licensing depends on the repository's declared license, which you should consult for usage terms and conditions.
What is a common prerequisite for using the Jenkins MCP module effectively?
A key prerequisite is having an accessible Jenkins server instance configured with the necessary permissions. The MCP client must be able to reach your Jenkins server's API endpoint.

Install Jenkins

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "jenkins": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jenkins"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "jenkins": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jenkins"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "jenkins": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jenkins"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.