Skip to main content
Glama
1broseidon

mcp-jira-server

by 1broseidon

Jira MCP サーバー

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

特徴

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

  • 新しい課題を作成する(タスク、エピック、サブタスク)

  • オプションのステータスフィルタリングを使用して問題を一覧表示する

  • 既存の問題を更新する(概要、説明、ステータス)

  • 詳細な問題情報を取得する

  • 問題を削除する

  • 問題にコメントを追加する

Related MCP server: JIRA MCP Server

設定

前提条件

  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認証エラー

  • 無効なステータス遷移

出力フォーマット

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

  • 問題キーと概要

  • 問題の種類とステータス

  • 作成日と作成者

  • 説明

  • 著者とタイムスタンプ付きのコメント(ある場合)

Install Server
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides tools for AI assistants to interact with JIRA APIs, enabling them to read, create, update, and manage JIRA issues through standardized MCP tools.
    6
    19
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to interact with Jira Cloud and Server/Data Center deployments for issue management, project tracking, and workflow automation. Supports multiple authentication methods including API tokens, OAuth 2.0, and personal access tokens.
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

  • Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.

View all MCP Connectors

Latest Blog Posts

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