MCP サーバー
JIRA や TODO 管理などのさまざまなサービス用の統合ツールを提供する、Model Context Protocol (MCP) の TypeScript ベースのサーバー実装。
🚀 機能
複数のツールの統合: 複数のツールの統合をサポートするモジュラーアーキテクチャ
型安全性: Zod スキーマ検証による完全な TypeScript サポート
ESMサポート:最新のESモジュール実装
拡張可能: 新しいツールや統合を簡単に追加できます
📦 現在のツール
JIRA統合
カスタマイズ可能なフィールドで問題を作成する
自動応答フォーマット
問題作成のためのスキーマ検証
TODO管理
優先度と期限を指定してToDoを作成する
オプションフィールドをサポートする柔軟なスキーマ
フォーマットされた応答メッセージ
🛠 プロジェクト構造
🔌 新しいツールの追加
constant/tool-name.ts
にツール定数を定義します。schema/
ディレクトリにスキーマを作成するtools/
ディレクトリにツールハンドラーを実装するconfig/
ディレクトリに設定を追加するindex.ts
にツールを登録する
例:
🔄開発ワークフロー
機能ブランチを作成する
変更を実施する
テストを実行する(実装されている場合)
ビルドプロジェクト
PRを送信
📝 注意事項
モジュール性を高めるためにESモジュールを使用
標準化された通信のためのモデルコンテキストプロトコルを実装します
TypeScriptのベストプラクティスに従う
型安全性のための Zod スキーマ検証
🛣️ ロードマップ
[ ] JIRA操作を追加する
[ ] TODOの永続性を実装する
[ ] 認証を追加する
[ ] テストフレームワークを追加する
[ ] さらなる統合を追加する(GitHub、Slackなど)
📄 ライセンス
マサチューセッツ工科大学
This server cannot be installed
JIRA チケット作成と TODO 管理の統合ツールを提供し、ユーザーが自然言語インターフェースを通じてタスクを管理できるようにするモデル コンテキスト プロトコルの TypeScript 実装。
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -7241TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -14176TypeScriptMIT License
- -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
- -securityFlicense-qualityModel Context Protocol server that allows AI assistants to interact with Jira, supporting operations like creating tickets and fetching project information directly from the cursor.Last updated -1