jiri-mcp
jiri-mcp — Jira MP サーバー
AI エージェントをJira Cloud に接続し、自然言語での課題管理を可能にするMCP(Model Content Protocol)サーバーです。
機能
ツール | 説明 |
| JQLで課題を検索 |
| 課題の詳細を取得 |
| 新しい課題を作成 |
| 課題フィールドを更新 |
| コメントを追加 |
| 利用可能なステータス遷移を一覧出 |
| 課題のステータスを変更 |
| 課題を割当て/割当て解除 |
| アクセス可能なプロジェクトを一覧表示 |
| 名前/メールアドレスでユーザーを検索 |
Related MCP server: Jira Extended MCP Server
セットアップ
1. 依存関係のインストール
npm install2. 環境の設定
サンプルの env フアイルを取得し、認証情報を記入してください:
cp .env.example .env次の情報が必要です:
IRA_HOST — ご利用の Jira Cloud のURL(例:
https://yourcompany.example.com)IRA_EMAIL — あなたの Atlassian アカウントのメールアドレス
IRA_API_TOKEN — Atlassian API トークン ページで作成したAPIトークン
3. ビルド
npm run build使い方
Antigravity の場合
mcq_config.json を Antigravity の設定ディレクトリにコピーして、環境変数を更新してください:
# Global config (all projects)
cp mcp_config.json ~/.gemini/config/mcp_config.json
# Or project-specific
cp mcp_config.json .agents/mcp_config.jsonコピーしたファイルを編集して、実際の認証情報を追加してください:
{
"mcpServers": {
"jira": {
"command": "node",
"args": ["/absolute/path/to/jiri-mcp/dist/index.js"],
"env": {
"JIRA_HOST": "https://yourcompany.atlassian.net",
"JIRA_EMAIL": "you@example.com",
"JIRA_API_TOKEN": "your-api-token"
}
}
}
}開発モード
npm run dev本番
npm run build
npm startプロンプトの例
接続が完了すると、AIエージェントに次のような質問ができます:
"プロジェクト MYAPP の未解決バグを検索"
"MYAPP-123 のステータスは?"
"MYAPP に優先度高のタスク「ログインタイムアウトの修正」を作成"
"MYAPP-456 を In Progress に移動"
"MYAPP-789 にコメントを追加:ステージングへの修正をデプロイ済み"
"MYAPP-321 の担当者は誰ですか?"
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.65Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Jira Cloud projects with full CRUD operations, bulk actions, sprint and release management, and issue linking using natural language.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.71MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Jira Cloud issues, supporting create, read, update, delete, search, and transition operations via natural language.36MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/chatchawarn035/jira-mcp-type-script'
If you have feedback or need assistance with the MCP directory API, please join our Discord server