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.
Integrations
Allows searching and reading Jira issues through the jira_get_issue tool, which retrieves details of specific Jira issues from Jira Cloud instances
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での使用
- API トークンは次の場所から取得します: https://id.atlassian.com/manage-profile/security/api-tokens
claude_desktop_config.json
に追加します:- このリポジトリをGitでクローンし、
npm install
を実行します。 npm run build
実行します。
Copy
/your/project/path/mcp-jira
リポジトリのクローンを作成した実際のパスに置き換えます。
ライセンス
MITライセンス( LICENSEファイル参照)です。これはAtlassianの公式製品ではありません。