📦
Jenkins
mcp server for jenkins build tasks
0 installs
1 stars
Trust: 51 — Fair
Devtools
Installation
npx jenkins-mcp-serverAsk AI about Jenkins
Powered by Claude · Grounded in docs
I know everything about Jenkins. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
jenkins-mcp-server
mcp server for jenkins build tasks
usage
- config environment
vim .env # config jenkins url, user, token and openai api base url, model, api key.
make sure to edit server_config.json for your own mcp server port
- launch server
python3 mcp_server.py # modify to config your own mcp server port
- run a jenkins build task
python3 mcp_client.py
then you will see the build task is running in jenkins, when the task is done, the client will show the result.
