jenkins-server-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JENKINS_URL | Yes | The URL of your Jenkins server | |
| JENKINS_USER | Yes | Jenkins username for authentication | |
| JENKINS_TOKEN | Yes | Jenkins API token for authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_build_statusB | Get the status of a Jenkins build |
| list_all_jobsA | List all Jenkins jobs with their name, URL, and last build status. |
| list_recent_failed_jobsB | List Jenkins jobs whose most recent build failed, sorted by most recent failure time. |
| count_failed_jobsA | Count how many Jenkins jobs currently have their last build in FAILURE state. |
| get_failed_build_logB | Get the console output of the last failed build for a given Jenkins job. |
| create_jenkins_userA | Create a new Jenkins user in the internal user database. Requires admin permissions. |
| trigger_buildB | Trigger a new Jenkins build |
| get_build_logC | Get the console output of a Jenkins build |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamishaan24/jenkins-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server