MCP Jenkins Server
MCP Jenkins サーバー
Jenkins 統合ツールを提供するモデル コンテキスト プロトコル (MCP) サーバー。
特徴
Jenkinsサーバー情報を取得する
Jenkins ジョブの一覧表示と検査
最近のビルドとその概要を取得する
ビルド情報とコンソール出力を取得する
Jenkinsビューの管理
パラメータを使用してジョブビルドをトリガーする
Related MCP server: Jenkins MCP Server
要件
Python 3.10以上
APIアクセスを備えたJenkinsサーバー
認証用のJenkins APIトークン
インストール
このリポジトリをクローンする
依存関係をインストールします:
pip install -r requirements.txt
構成
Jenkins の資格情報を使用して.envファイルを作成します。
JENKINS_URL=https://your-jenkins-server
JENKINS_USER=your-username
JENKINS_TOKEN=your-api-tokenCLI設定
この MCP サーバーを CLI に追加するには、次の構成を使用します。「Support/Claude/claude_desktop_config.json」ファイルの内容を次のように変更します。
{
"mcpServers": {
"mcp-jenkins-server": {
"command": "/Users/username/.local/bin/uv -> //uv full path",
"args": [
"--directory",
"/Users/username/Desktop/mcp-jenkins-server -> //project path ",
"run",
"server.py"
],
"env": {
"JENKINS_URL": "http://localhost:8080",
"JENKINS_USERNAME": "xx",
"JENKINS_PASSWORD": "xx"
},
"disabled": false,
"autoApprove": []
}
}
}利用可能なツール
この 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 deployed
Maintenance
Related MCP Connectors
The Buildkite MCP server exposes Buildkite product data (pipelines, builds, jobs, and test data) to AI tools, editors, and agents through the Model Context Protocol. It provides capabilities including pipeline creation and management, build monitoring with specialized tools like 'wait_for_build', efficient log querying using Apache Parquet conversion and caching, and OAuth-based authentication for both read-write and read-only access to Buildkite's REST API.
MCP Server for JFrog, providing tools for development and artifact management.
The Cortex MCP server provides read-only access to real-time engineering context from the Cortex developer portal, allowing AI coding assistants to answer natural language questions about your organization's catalog (microservices, libraries, domains, teams, infrastructure), scorecards (engineering standards and best practices), initiatives (goals and deadlines), and Engineering Intelligence metrics. It includes tools for querying documentation, tracking personal entities, and accessing AI-assisted insights across the entire Cortex ecosystem.
Agentic CI operations for build inspection, failure diagnosis, and runner troubleshooting.
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server that enables AI assistants to interact with Jenkins CI/CD servers, providing tools to check build statuses, trigger builds, and retrieve build logs.315MIT
- AlicenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol (MCP) server that enables AI tools like chatbots to interact with and control Jenkins, allowing users to trigger jobs, check build statuses, and perform other Jenkins operations through natural language.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for interacting with a Jenkins CI/CD server. Allows you to trigger jobs, check build statuses, and manage your Jenkins instance through MCP.21 npm14Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Jenkins instances to manage jobs, builds, and nodes through the Model Context Protocol. It provides capabilities to trigger builds, read console outputs, and search log sections using regular expressions.512 npmMIT