Skip to main content
Glama

MCP ジラ

Jira用のモデルコンテキストプロトコル(MCP)サーバー。この統合により、Jiraダッシュボードの更新がサポートされます。

使用例

AI アシスタントに次のことを依頼します。

  • 📝 Jira チケットを作成- カーソルから直接 Jira チケットを作成します

  • 📄 プロジェクト情報を取得- プロジェクト情報を取得します

機能デモ

デモ

Related MCP server: Jira MCP Server

クイックスタートガイド

1. 認証の設定

まず、Jira に必要な認証トークンを生成します。

クラウド向け

  1. https://id.atlassian.com/manage-profile/security/api-tokensにアクセスしてください。

  2. 「APIトークンの作成」をクリックし、名前を付けます

  3. トークンをコピーする

2. インストール

  1. このリポジトリをクローンします。

  2. uvをインストールします。

IDE統合

MCP Jira は、お気に入りの IDE で動作します。

例: カーソルの設定

{
  "mcpServers": {
    "jira": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/PATH/TO/jira/server",
        "run",
        "jira.py"
      ],
      "env": {
        "JIRA_API_TOKEN": "XXXX",
        "JIRA_BASE_URL": "XXXX",
        "JIRA_USER_EMAIL": "XXXX",
        "JIRA_USER_ID": "XXXX" 
      }
    },
  }
}

備考

これは公式の Atlassian 製品ではありません。

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/TusharShahi/mcp-jira'

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