Skip to main content
Glama

Jira MCP Server

Jira MCP サーバー

AIアシスタントがJiraと連携できるようにする、Simple Model Context Protocol(MCP)サーバー。このサーバーにより、AIは以下のようなアクションを実行できます。

  • ユーザーに割り当てられたチケットを取得しています
  • チケットにコメントを追加する
  • 利用可能なステータス遷移を取得する
  • チケットステータスの更新

前提条件

  • ドッカー
  • APIアクセスを持つJiraアカウント
  • 環境変数が設定されています(下記参照)

環境変数

ルート ディレクトリに次の.envファイルを作成します。

JIRA_SERVER=https://yourcompany.atlassian.net JIRA_USERNAME=yourname@yourcompany.com JIRA_API_KEY=yourapikey JIRA_PROJECT_KEY=yourprojectkey

API キーは次の場所から取得します: https://id.atlassian.com/manage-profile/security/api-tokens

ローカルで実行

オプション1: Dockerを使用する

# Build and run with Docker chmod +x run_docker_locally.sh ./run_docker_locally.sh

オプション2: Pythonを使用する

  1. 依存関係をインストールします:
pip install -r requirements.txt
  1. サーバーを実行します。
uvicorn src.server:app --reload

これによりhttp://localhost:8000でサーバーが起動します。

MCPサーバーの使用

MCP サーバーはhttp://localhost:8000/mcpで公開されます。

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI アシスタントが Jira と対話し、チケットの取得、コメントの追加、チケット ステータスの更新などの操作を実行できるようにするシンプル モデル コンテキスト プロトコル サーバー。

  1. 前提条件
    1. 環境変数
      1. ローカルで実行
        1. オプション1: Dockerを使用する
        2. オプション2: Pythonを使用する
      2. MCPサーバーの使用

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables integration with JIRA, allowing users to interact with JIRA tasks and issues through Claude AI assistant.
          Last updated -
          3
          2
          Python
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides integration with Jira, allowing Large Language Models to interact with Jira projects, boards, sprints, and issues through natural language.
          Last updated -
          5
          87
          2
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.
          Last updated -
          15
          1
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that integrates JIRA directly into Cursor IDE, allowing users to view assigned issues, get detailed information on specific tickets, and convert JIRA issues into local tasks without leaving their editor.
          Last updated -
          101
          4
          TypeScript
          MIT License
          • Apple

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

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