Jira MCP サーバー
Jira 統合のためのモデルコンテキストプロトコルサーバー実装。このサーバーにより、AI モデルは標準化されたインターフェースを介して Jira と連携できるようになります。
特徴
完全なJira REST API統合
最適なパフォーマンスのための接続プール
包括的なエラー処理
型安全な実装
レート制限を内蔵
リクエストのログ記録と監視
インストール
npm install @modelcontextprotocol/server-jira
構成
サーバーには次の環境変数が必要です。
JIRA_HOST=your-domain.atlassian.net
JIRA_API_TOKEN=your-api-token
JIRA_EMAIL=your-email@domain.com
PORT=3000 # Optional, defaults to 3000
POOL_SIZE=10 # Optional, defaults to 10
使用法
サーバーの起動
# Development mode
npm run dev
# Production mode
npm run build
npm start
APIエンドポイント
GET /health- ヘルスチェックエンドポイントGET /api/v1/issues/:issueKey- 問題の詳細を取得するGET /api/v1/sprint/current- 現在のスプリントの詳細を取得するGET /api/v1/analytics/workload- ワークロード分析を取得する
発達
前提条件
Node.js 14以上
npm 6以上
設定
リポジトリをクローンする
依存関係をインストール:
npm install環境変数を設定する
開発サーバーを起動します:
npm run dev
テスト
# Run tests
npm test
# Run linter
npm run lint
# Format code
npm run format
貢献
行動規範とプル リクエストの送信プロセスの詳細については、CONTRIBUTING.md をお読みください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
Related MCP Servers
- AsecurityAlicenseAqualityProvides integration with Jira's REST API, allowing AI assistants to manage Jira issues programmatically.Last updated -38MIT License
- AsecurityAlicenseAqualityProvides an interface to access and manage JIRA data through the Model Context Protocol, offering features like relationship tracking, data cleaning, and contextual insights for AI applications.Last updated -919921MIT License
- -securityFlicense-qualityA server implementation that allows AI models to interact with Jira through the Model Context Protocol, enabling tasks like JQL searches and retrieving issue details.Last updated -
- -securityAlicense-qualityA Simple Model Context Protocol server that enables AI assistants to interact with Jira, allowing operations like fetching tickets, adding comments, and updating ticket status.Last updated -1Apache 2.0
Appeared in Searches
- Managing and Processing Jira Tickets
- A server for task management and automated product management with dependency and vision handling
- Information or resources about project managers or project management
- A server for running Kubernetes with Cursor integration
- Information about Jira project management software