logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jenkins-mcp-server

This MCP server allow you to create Jenkins tasks.

Author

jenkins-mcp-server logo

jasonkylelol

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

jenkinsmcpserversjenkins mcpcreate jenkinsjenkins tasks

jenkins-mcp-server

mcp server for jenkins build tasks

usage

  1. 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

  1. launch server
python3 mcp_server.py # modify to config your own mcp server port
  1. 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.

See Also

`