Jenkins MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (default 3100) | 3100 |
| JENKINS_URL | Yes | Jenkins base URL | |
| MCP_HTTP_HOST | No | Bind host (default 127.0.0.1) | 127.0.0.1 |
| MCP_HTTP_PORT | No | HTTP port (default 3100) | 3100 |
| JENKINS_USERNAME | Yes | Jenkins username | |
| JENKINS_API_TOKEN | Yes | Jenkins API token | |
| JENKINS_READ_ONLY | No | true disables jenkins_trigger_build | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jenkins_whoamiA | Return the authenticated Jenkins user identity |
| jenkins_test_authA | Test Jenkins credential authentication and authorization (permissions) |
| jenkins_list_jobsB | List Jenkins jobs visible to the configured credentials |
| jenkins_get_jobB | Get details for a Jenkins job by name or folder path |
| jenkins_get_buildB | Get details for a specific build or the last build of a job |
| jenkins_get_build_logB | Get console log text for a Jenkins build |
| jenkins_get_queueA | List items currently in the Jenkins build queue |
| jenkins_get_nodesA | List Jenkins agents/nodes and their online status |
| jenkins_trigger_buildC | Trigger a Jenkins job build, optionally with parameters |
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
- 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/Oshaani-AI/Jenkins-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server