ジェンキンスMCP
Jenkins 操作を管理するための MCP サーバー。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Jenkins MCP を自動的にインストールするには:
手動でインストールする
構成
次の JSON 構成スニペットを使用して MCP サーバーを追加します。
CSRF クラム処理
Jenkinsは、POSTリクエストに含める必要があるトークンである「crumbs」を使用してCSRF保護を実装しています。このMCPサーバーは、CSRF crumbsを以下の2つの方法で処理します。
デフォルトモード: CSRF クラムを自動的に取得してビルドリクエストに含める
ウェブセッションを維持するためにセッションCookieを使用します
すべてのCSRF保護を裏で処理します
APIトークンモード:CSRF保護の対象外のJenkins APIトークンを使用します
JENKINS_USE_API_TOKEN=true
を設定するJENKINS_PASSWORD
パスワードではなく API トークンに設定しますAPIトークン認証にcrumbsを必要としないJenkins 2.96以降で動作します
JenkinsでAPIトークンを生成するには、ユーザー→設定→APIトークン→新しいトークンの追加を選択します。
特徴
Jenkinsジョブの一覧
オプションパラメータでビルドをトリガーする
ビルドステータスを確認する
安全な API アクセスのための CSRF クラム処理
発達
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
構成可能な MCP サーバーを通じて、ジョブの一覧表示、ビルドのトリガー、ビルド ステータスの確認などの Jenkins 操作の管理を有効にします。
Related Resources
Related MCP Servers
- -securityAlicense-qualityProvides MCP multi-cluster Kubernetes management and operations, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.Last updated -671MIT License
- -securityAlicense-qualityProvides MCP multi-cluster Kubernetes management and operations. It can be integrated as an SDK into your own project and includes nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.Last updated -126MIT License
- -securityFlicense-qualityAn integration tool that allows interaction with Jenkins CI/CD servers through a Model Context Protocol interface, enabling users to view server info, manage jobs, inspect builds, and trigger builds with parameters.Last updated -
- -securityAlicense-qualityA 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.Last updated -MIT License