jira-stories
Codex Jira Stories MCP
Codex CLI が Jira Cloud を参照し、レビュー済みのストーリーを公開できるようにするローカル MCP サーバーです。ローカルのスキル jira-stories と連携して動作することを想定しています。スキルがストーリーを執筆し、このサーバーがプロジェクトを参照して課題を作成または更新します。
フローのセキュリティ
認証情報はリポジトリに保存されません。
JIRA_BASE_URL、JIRA_EMAIL、JIRA_API_TOKENから読み込まれます。書き込みツールでは
confirmPublish: trueが必要です。削除ツールはありません。
公開する前に、
jira_preview_issueを使用して結果を確認してください。
Related MCP server: JIRA MCP Server
準備
.env.exampleを安全な場所にコピーし、ターミナルで変数をエクスポートします。認証情報を含む.envファイルを作成したり、バージョン管理に含めたりしないでください。対象の Jira プロジェクトで、アカウントに Browse projects と Create issues の権限があることを確認します。
Codex CLI にサーバーを登録します:
codex mcp add jira-stories \
--env JIRA_BASE_URL="$JIRA_BASE_URL" \
--env JIRA_EMAIL="$JIRA_EMAIL" \
--env JIRA_API_TOKEN="$JIRA_API_TOKEN" \
-- node /Users/emenezes/projetos/codex-jira-stories-mcp/src/server.mjs次に、Codex の新しいセッションを開き、/mcp を実行して、jira-stories がアクティブであることを確認します。
利用可能なツール
ツール | 用途 |
| アカウントに表示可能なプロジェクトを一覧表示します。 |
| プロジェクトの課題タイプを一覧表示します。 |
| 課題作成に必須かつ編集可能なフィールドを表示します。 |
| JQL で課題を検索します。 |
| Jira にアクセスせず、変更も加えずにプレビューを作成します。 |
|
|
|
|
会話の例
PDF レポートのエクスポートを可能にする機能ストーリーを作成してください。利用可能な Jira プロジェクトを確認し、AGR プロジェクトのプレビューを生成し、私が承認した後にのみ公開してください。
承認済みのプレビューを公開するには、Codex に jira_create_issue を confirmPublish: true で使用するよう明示的に依頼してください。説明は、プレーンテキストまたは基本的な Markdown から、Jira Cloud が受け付けるドキュメント形式に変換されます。
ローカルでの検証
npm test現在の制限
この最初のバージョンは、API トークン経由で Jira Cloud に対応しています。SSO が必須の環境や、委任された認可の要件がある環境では、次のステップとして、同じツールを維持したまま MCP サーバーの認証を OAuth 2.0 に切り替えます。
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
- AlicenseBqualityCmaintenanceEnables control and interaction with Jira through the Jira Command Line interface, allowing users to manage Jira tasks and operations through natural language commands.37MIT
- AlicenseAqualityDmaintenanceEnables interaction with Jira issues via JQL search, epic management, comments, attachments, and issue CRUD, with support for both Cloud and Server/Data Center instances.98MIT
- FlicenseNot gradedqualityDmaintenanceEnables Claude Code CLI to interact with Jira, including fetching issue details, searching issues with JQL, retrieving comments, and getting user info, with support for multiple Jira environments.
- AlicenseAqualityCmaintenanceEnables logging time entries to Jira Cloud issues, including adding worklogs, listing existing entries, and verifying credentials.3MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Shortcut project management. Create, update, search stories and manage workflows.
Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos.
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/eliangelap/codex-jira-stories-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server