Skip to main content
Glama

Jira

by vurtnec

MCP ジラ

Jira Cloud製品用のモデルコンテキストプロトコル(MCP)サーバー。この統合はJira Cloudインスタンス専用に設計されており、Jira ServerまたはData Centerデプロイメントはサポートされていません。

特徴

  • Jira の問題を検索して読む

API

ツール

Jiraツール
  • jira_get_issue
    • 特定の Jira の問題の詳細を取得する
    • 入力:
      • issue_key (文字列): Jira 課題キー (例: 'PROJ-123')
      • expand (文字列、オプション): 展開するフィールド

Claude Desktopでの使用

  1. API トークンは次の場所から取得します: https://id.atlassian.com/manage-profile/security/api-tokens
  2. claude_desktop_config.jsonに追加します:
  3. このリポジトリをGitでクローンし、 npm installを実行します。
  4. npm run build実行します。
{ "mcpServers": { "jira": { "command": "npx", "args": [ "-y", "/your/project/path/mcp-jira", "--jira-url", "https://your-domain.atlassian.net", "--jira-username", "your.email@domain.com", "--jira-api-token", "your_api_token" ] } } }

/your/project/path/mcp-jiraリポジトリのクローンを作成した実際のパスに置き換えます。

ライセンス

MITライセンス( LICENSEファイル参照)です。これはAtlassianの公式製品ではありません。

-
security - not tested
F
license - not found
-
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.

NodeJs で JIRA に接続する MCP

  1. 特徴
    1. API
      1. ツール
    2. Claude Desktopでの使用
      1. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Model Context Protocol (MCP) server for Atlassian Cloud products (Confluence and Jira). This integration is designed specifically for Atlassian Cloud instances and does not support Atlassian Server or Data Center deployments.
          Last updated -
          27
          1,734
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          MCP server to provide Jira Tickets information to AI coding agents like Cursor
          Last updated -
          90
          4
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.
          Last updated -
          Python
          • Linux
          • 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/vurtnec/mcp-jira'

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