Skip to main content
Glama

mcp-jira-server

by 1broseidon

Jira MCP サーバー

Jira の REST API との統合を提供し、AI アシスタントが Jira の問題をプログラムで管理できるようにするモデル コンテキスト プロトコル サーバー。

特徴

このサーバーは、Jira の問題を管理するためのツールを提供します。

  • 新しい課題を作成する(タスク、エピック、サブタスク)
  • オプションのステータスフィルタリングを使用して問題を一覧表示する
  • 既存の問題を更新する(概要、説明、ステータス)
  • 詳細な問題情報を取得する
  • 問題を削除する
  • 問題にコメントを追加する

設定

前提条件

  1. APIアクセス権限を持つJiraアカウント
  2. Jira API トークン ( Atlassian アカウント設定から生成できます)

インストール

  1. 依存関係をインストールします:
npm install
  1. サーバーを構築します。
npm run build

構成

  1. 作業ディレクトリに.jira-config.jsonファイルを作成します。
{ "projectKey": "YOUR_PROJECT_KEY" }
  1. Jira の資格情報を使用して MCP サーバーを構成します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "jira": { "command": "node", "args": ["/path/to/jira-server/build/index.js"], "env": { "JIRA_EMAIL": "your-email@example.com", "JIRA_API_TOKEN": "your-api-token", "JIRA_DOMAIN": "your-domain" } } } }

利用可能なツール

問題作成

新しいJiraの問題を作成する

  • 必須パラメータ:
    • working_dir: .jira-config.json を含むディレクトリ
    • 概要: 問題のタイトル
    • 説明: 問題の説明
    • タイプ: 課題タイプ (タスク、エピック、またはサブタスク)

リストの問題

プロジェクト内の問題を一覧表示する

  • 必須パラメータ:
    • working_dir: .jira-config.json を含むディレクトリ
  • オプションパラメータ:
    • ステータス: ステータスでフィルタリングします (例: 「To Do」、「進行中」、「完了」)

更新問題

既存の問題を更新します

  • 必須パラメータ:
    • working_dir: .jira-config.json を含むディレクトリ
    • issue_key: 発行キー(例:PRJ-123)
  • オプションパラメータ:
    • 概要: 新しいタイトル
    • 説明: 新しい説明
    • ステータス: 新しいステータス

発行を取得

特定の問題に関する詳細情報を取得します

  • 必須パラメータ:
    • working_dir: .jira-config.json を含むディレクトリ
    • issue_key: 発行キー(例:PRJ-123)

問題を削除

Jira の問題を削除します

  • 必須パラメータ:
    • working_dir: .jira-config.json を含むディレクトリ
    • issue_key: 発行キー(例:PRJ-123)

コメントを追加

既存の問題にコメントを追加します

  • 必須パラメータ:
    • working_dir: .jira-config.json を含むディレクトリ
    • issue_key: 発行キー(例:PRJ-123)
    • コメント: 追加するコメントテキスト

発達

自動リビルドを使用した開発の場合:

npm run watch

エラー処理

サーバーには、次の包括的なエラー処理が含まれています。

  • 無効なプロジェクトキー
  • 構成がありません
  • 無効な問題タイプ
  • API認証エラー
  • 無効なステータス遷移

出力フォーマット

問題情報は、次の内容を含むようにフォーマットされます。

  • 問題キーと概要
  • 問題の種類とステータス
  • 作成日と作成者
  • 説明
  • 著者とタイムスタンプ付きのコメント(ある場合)

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Jira の REST API との統合を提供し、AI アシスタントが Jira の問題をプログラムで管理できるようにします。

  1. 特徴
    1. 設定
      1. 前提条件
      2. インストール
      3. 構成
    2. 利用可能なツール
      1. 問題作成
      2. リストの問題
      3. 更新問題
      4. 発行を取得
      5. 問題を削除
      6. コメントを追加
    3. 発達
      1. エラー処理
      2. 出力フォーマット

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Provides capabilities for searching Jira issues using JQL and retrieving detailed issue information.
      Last updated -
      2
      141
      17
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      Enables AI applications to manage JIRA issues, workflows, and tasks through a standardized MCP interface, facilitating real-time updates and seamless interaction with JIRA's API.
      Last updated -
      6
      Python
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      Provides an interface to access and manage JIRA data through the Model Context Protocol, offering features like relationship tracking, data cleaning, and contextual insights for AI applications.
      Last updated -
      9
      141
      19
      TypeScript
      MIT License
      • Apple
      • Linux
    • -
      security
      F
      license
      -
      quality
      Enables AI models to interact with Jira using a standardized protocol, offering full Jira REST API integration with features like optimal performance through connection pooling, error handling, and request monitoring.
      Last updated -
      2
      TypeScript

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/1broseidon/mcp-jira-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server