A
securityA
licenseA
qualityFacilitates interaction with AWS Bedrock-enabled tools by implementing Anthropic's Model Context Protocol for seamless tool integration and communication.
Last updated -
1
35
Python
MIT License
Enables interaction with Jenkins CI/CD servers, providing tools to retrieve server information, manage jobs and views, access build details and console outputs, and trigger job builds with parameters.
提供 Jenkins 集成工具的模型上下文协议 (MCP) 服务器。
使用您的 Jenkins 凭证创建一个.env
文件:
要将此 MCP 服务器添加到您的 CLI,请使用以下配置:将“Support/Claude/claude_desktop_config.json”文件内容更改为:
该 MCP 服务器提供以下工具:
get_jenkins_info
获取 Jenkins 服务器信息
list_jobs
列出所有 Jenkins 作业
get_job_info
获取有关特定作业的信息
job_name
:要检查的作业的名称get_last_builds
获取某项工作的最新构建摘要
job_name
:作业的名称count
(可选):要检索的最近构建的数量(默认值:3)get_build_info
获取有关特定构建的详细信息
job_name
:作业的名称build_number
:要检查的版本号get_build_console_output
获取特定构建的控制台输出
job_name
:作业的名称build_number
:要检查的版本号get_views
列出所有 Jenkins 视图
trigger_job_build
使用可选参数触发 Jenkins 作业构建
job_name
:作业的名称parameters
(可选):传递给作业的参数字典This server cannot be installed
一种集成工具,允许通过模型上下文协议接口与 Jenkins CI/CD 服务器交互,使用户能够查看服务器信息、管理作业、检查构建以及使用参数触发构建。