MCP Server for Jira

by rihofujino

354 downloads
Not rated
GitHub

Description

# MCP Server for Jira Jira API と連携するためのMCPサーバー ## 機能 - Jira課題の検索 - 課題の詳細情報取得 - 課題の作成 - 課題の更新 - コメントの追加 - 課題ステータスの移行(ワークフロー) ## インストール ```bash # 依存関係のインストール npm install # 環境変数設定 cp .env.example .env # .envファイルを編集して適切なJira API資格情報を設定 ``` ## 環境変数の設定 `.env`ファイルに以下の環境変数を設定してください: -…

About

# MCP Server for Jira Jira API と連携するためのMCPサーバー ## 機能 - Jira課題の検索 - 課題の詳細情報取得 - 課題の作成 - 課題の更新 - コメントの追加 - 課題ステータスの移行(ワークフロー) ## インストール ```bash # 依存関係のインストール npm install # 環境変数設定 cp .env.example .env # .envファイルを編集して適切なJira API資格情報を設定 ``` ## 環境変数の設定 `.env`ファイルに以下の環境変数を設定してください: - `PORT`: サーバーのポート番号(デフォルト: 3000) -…

Details

Author
rihofujino
Downloads
354
Categories
Developer Tools, Project Management

- Search Jira issues using JQL queries
- Get detailed information for a single issue
- Create new Jira issues with custom fields
- Update existing issue fields
- Add comments to issues
- Transition issue statuses (workflow steps)

Install dependencies with npm install, copy .env.example to .env, and fill in your Jira API URL, email, and token. Start the server with npm run dev (development) or npm start (production). The server exposes REST endpoints under /api/jira/.

MCP Server for Jira

Jira API と連携するためのMCPサーバー

機能

- Jira課題の検索
- 課題の詳細情報取得
- 課題の作成
- 課題の更新
- コメントの追加
- 課題ステータスの移行(ワークフロー)

インストール

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.