Skip to main content
Glama

jiri-mcp — Jira MP サーバー

AI エージェントをJira Cloud に接続し、自然言語での課題管理を可能にするMCP(Model Content Protocol)サーバーです。

機能

ツール

説明

search_issues

JQLで課題を検索

get_issue

課題の詳細を取得

create_issue

新しい課題を作成

update_issue

課題フィールドを更新

add_comment

コメントを追加

list_transitions

利用可能なステータス遷移を一覧出

transition_issue

課題のステータスを変更

assign_issue

課題を割当て/割当て解除

list_projects

アクセス可能なプロジェクトを一覧表示

search_users

名前/メールアドレスでユーザーを検索

Related MCP server: Jira Extended MCP Server

セットアップ

1. 依存関係のインストール

npm install

2. 環境の設定

サンプルの env フアイルを取得し、認証情報を記入してください:

cp .env.example .env

次の情報が必要です:

  • IRA_HOST — ご利用の Jira Cloud のURL(例: https://yourcompany.example.com

  • IRA_EMAIL — あなたの Atlassian アカウントのメールアドレス

  • IRA_API_TOKENAtlassian API トークン ページで作成したAPIトークン

3. ビルド

npm run build

使い方

Antigravity の場合

mcq_config.json を Antigravity の設定ディレクトリにコピーして、環境変数を更新してください:

# Global config (all projects)
cp mcp_config.json ~/.gemini/config/mcp_config.json

# Or project-specific
cp mcp_config.json .agents/mcp_config.json

コピーしたファイルを編集して、実際の認証情報を追加してください:

{
  "mcpServers": {
    "jira": {
      "command": "node",
      "args": ["/absolute/path/to/jiri-mcp/dist/index.js"],
      "env": {
        "JIRA_HOST": "https://yourcompany.atlassian.net",
        "JIRA_EMAIL": "you@example.com",
        "JIRA_API_TOKEN": "your-api-token"
      }
    }
  }
}

開発モード

npm run dev

本番

npm run build
npm start

プロンプトの例

接続が完了すると、AIエージェントに次のような質問ができます:

  • "プロジェクト MYAPP の未解決バグを検索"

  • "MYAPP-123 のステータスは?"

  • "MYAPP に優先度高のタスク「ログインタイムアウトの修正」を作成"

  • "MYAPP-456 を In Progress に移動"

  • "MYAPP-789 にコメントを追加:ステージングへの修正をデプロイ済み"

  • "MYAPP-321 の担当者は誰ですか?"

ライセンス

MIT

Install Server
F
license - not found
A
quality
C
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

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.

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

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/chatchawarn035/jira-mcp-type-script'

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