Skip to main content
Glama

Codex Jira Stories MCP

Local MCP server that lets the Codex CLI query Jira Cloud and publish already-reviewed stories. It was designed to work with the local jira-stories skill: the skill writes the story; this server queries the project and creates or updates the issue.

Flow security

  • Credentials are not stored in the repository: they are read from JIRA_BASE_URL, JIRA_EMAIL, and JIRA_API_TOKEN.

  • Write tools require confirmPublish: true.

  • There is no deletion tool.

  • Before publishing, use jira_preview_issue and check the result.

Related MCP server: JIRA MCP Server

Preparation

  1. Copy .env.example to a safe location and export the variables in the terminal. Do not create or version a .env file with credentials.

  2. Confirm that the account has Browse projects and Create issues permissions on the desired Jira project.

  3. Register the server in the 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

Then open a new Codex session and run /mcp to confirm that jira-stories is active.

Available tools

Tool

Usage

jira_list_projects

Lists projects visible to the account.

jira_get_issue_types

Lists issue types for a project.

jira_get_create_fields

Shows the required and editable fields for creating the issue.

jira_search_issues

Searches for issues by JQL.

jira_preview_issue

Builds the preview without accessing or changing Jira.

jira_create_issue

Creates an issue, only with confirmPublish: true.

jira_update_issue

Updates the allowed fields of an issue, only with confirmPublish: true.

Conversation example

Write a functional story to allow PDF report export. Query the available Jira projects, generate a preview for the AGR project, and only publish after I approve.

To publish an approved preview, explicitly ask Codex to use jira_create_issue with confirmPublish: true. The description is converted from plain text or basic Markdown to the document format accepted by Jira Cloud.

Local verification

npm test

Current limitations

This first version supports Jira Cloud via API token. For environments with mandatory SSO or a delegated authorization requirement, the next step is to replace the authentication with OAuth 2.0 on the MCP server, preserving the same tools.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables interaction with Jira issues via JQL search, epic management, comments, attachments, and issue CRUD, with support for both Cloud and Server/Data Center instances.
    9
    8
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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