Skip to main content
Glama
uddeshya-23

Jira MCP Server

by uddeshya-23

Jira MCP サーバー

Jira 統合のためのモデルコンテキストプロトコルサーバー実装。このサーバーにより、AI モデルは標準化されたインターフェースを介して Jira と連携できるようになります。

特徴

  • 完全なJira REST API統合

  • 最適なパフォーマンスのための接続プール

  • 包括的なエラー処理

  • 型安全な実装

  • レート制限を内蔵

  • リクエストのログ記録と監視

Related MCP server: MCP Jira

インストール

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以上

設定

  1. リポジトリをクローンする

  2. 依存関係をインストール: npm install

  3. 環境変数を設定する

  4. 開発サーバーを起動します: npm run dev

テスト

# Run tests
npm test

# Run linter
npm run lint

# Format code
npm run format

貢献

行動規範とプル リクエストの送信プロセスの詳細については、CONTRIBUTING.md をお読みください。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to interact with Jira Cloud and Server/Data Center deployments for issue management, project tracking, and workflow automation. Supports multiple authentication methods including API tokens, OAuth 2.0, and personal access tokens.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to interact with Jira Cloud through the REST API, supporting project management, issue operations (create, read, update, delete), JQL search, task assignments, and status transitions.
    -