Skip to main content
Glama
LokiMCPUniverse

jenkins-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JENKINS_TIMEOUTNoHTTP timeout in seconds30
JENKINS_BASE_URLYesBase URL of the Jenkins controllerhttp://localhost:8080
JENKINS_USERNAMEYesJenkins user for HTTP basic auth
JENKINS_API_TOKENYesJenkins API token (create in user settings)
JENKINS_VERIFY_SSLNoVerify TLS certificatestrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_jobsA

List Jenkins jobs. Optionally scoped to a folder path like team/app.

get_jobA

Return full job metadata for job_name (supports nested folder paths).

trigger_buildA

Trigger a Jenkins build. Uses buildWithParameters when parameters is provided.

get_buildB

Return detailed information about a specific build.

get_build_logA

Return the plain-text console log for a build.

stop_buildC

Request cancellation of an in-progress build.

list_buildsA

Return up to limit recent builds for job_name with result/timestamp/duration.

list_queueA

Return all items currently in the Jenkins build queue.

cancel_queue_itemA

Cancel a queued build by its queue item id.

list_nodesA

Return all known Jenkins nodes/agents (including the built-in controller).

get_plugin_listA

Return all installed Jenkins plugins with metadata (depth=1).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/LokiMCPUniverse/jenkins-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server