MCP Jenkins
UnclaimedThe Model Context Protocol (MCP) is an open-source implementation that bridges Jenkins with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Jenkins tools while maintaining data privacy and security.
Install
uvx mcp-jenkinsUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (31)
build_item
Build a item.
cancel_queue_item
Cancel a specific queue item by ID.
get_all_build_artifacts
List the artifacts of a specific build.
get_all_items
Get all items in Jenkins.
get_all_nodes
Get all nodes in Jenkins.
get_all_plugins
Get all installed plugins.
get_all_queue_items
Get all queue items in Jenkins.
get_all_views
Get the configuration of a specific view.
get_build
Get a specific build by job name and build number.
get_build_artifact
Download an artifact from a specific build.
get_build_artifact_url
Get the direct URL of an artifact from a specific build.
get_build_console_output
Get the console output of a specific build.
get_build_parameters
Get the parameters of a specific build.
get_build_scripts
Get scripts associated with a specific build.
get_build_test_report
Get the test report of a specific build.
get_item
Get a specific item by name.
get_item_config
Get the configuration of a specific item.
get_item_parameters
Get the parameters of a specific item.
get_node
Get a specific node by name.
get_node_config
Get the configuration of a specific node.
get_plugin
Get a specific plugin by short name.
get_plugin_dependency_graph
Get dependency graph for a plugin in Graphviz format.
get_plugins_with_backup
Get plugins that can be downgraded.
get_plugins_with_problems
Get plugins with problems (missing dependencies, version mismatch, etc.).
get_plugins_with_updates
Get plugins that have available updates.
get_queue_item
Get a specific queue item by ID.
get_running_builds
Get all currently running builds in Jenkins.
get_view
Get a specific view by name.
query_items
Query items based on pattern.
run_groovy_script
Execute an arbitrary Groovy script on Jenkins.
stop_build
Stop a specific build by job name and build number.