Jenkins Server MCP
by hekmon8
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JENKINS_URL | No | The URL of your Jenkins server | http://sohoci.rd.tp-link.net/jenkins |
JENKINS_USER | Yes | Jenkins username for authentication | |
JENKINS_TOKEN | Yes | Jenkins API token for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_build_status | Get the status of a Jenkins build |
trigger_build | Trigger a new Jenkins build |
get_build_log | Get the console output of a Jenkins build |