jenkins-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JENKINS_TIMEOUT | No | HTTP timeout in seconds | 30 |
| JENKINS_BASE_URL | Yes | Base URL of the Jenkins controller | http://localhost:8080 |
| JENKINS_USERNAME | Yes | Jenkins user for HTTP basic auth | |
| JENKINS_API_TOKEN | Yes | Jenkins API token (create in user settings) | |
| JENKINS_VERIFY_SSL | No | Verify TLS certificates | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_jobsA | List Jenkins jobs. Optionally scoped to a folder path like |
| get_jobA | Return full job metadata for |
| trigger_buildA | Trigger a Jenkins build. Uses |
| 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 |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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