Jira MCP サーバー
AIアシスタントがJiraと連携できるようにする、Simple Model Context Protocol(MCP)サーバー。このサーバーにより、AIは以下のようなアクションを実行できます。
- ユーザーに割り当てられたチケットを取得しています
- チケットにコメントを追加する
- 利用可能なステータス遷移を取得する
- チケットステータスの更新
前提条件
- ドッカー
- APIアクセスを持つJiraアカウント
- 環境変数が設定されています(下記参照)
環境変数
ルート ディレクトリに次の.env
ファイルを作成します。
API キーは次の場所から取得します: https://id.atlassian.com/manage-profile/security/api-tokens
ローカルで実行
オプション1: Dockerを使用する
オプション2: Pythonを使用する
- 依存関係をインストールします:
- サーバーを実行します。
これによりhttp://localhost:8000
でサーバーが起動します。
MCPサーバーの使用
MCP サーバーはhttp://localhost:8000/mcp
で公開されます。
This server cannot be installed
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.
AI アシスタントが Jira と対話し、チケットの取得、コメントの追加、チケット ステータスの更新などの操作を実行できるようにするシンプル モデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA server implementation that allows AI models to interact with Jira through the Model Context Protocol, enabling tasks like JQL searches and retrieving issue details.Last updated -Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.Last updated -7211TypeScriptMIT License
- -securityFlicense-qualityModel Context Protocol server that allows AI assistants to interact with Jira, supporting operations like creating tickets and fetching project information directly from the cursor.Last updated -1Python
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to create and manage JIRA issues with rich markdown formatting and automatic conversion to Atlassian Document Format.Last updated -4Python