Jira MCP Server
JSON →An MCP server for accessing JIRA issue data stored in Snowflake.
Install
pip install uv Tools · 5
- list_jira_issues Query JIRA issues with optional filtering by project, issue keys, type, status, priority, text, components, versions, dates, and timeframe. Returns issue information including summary, description, status, priority, timestamps, metadata, labels, links, and versions.
- get_jira_issue_details Retrieve comprehensive information for multiple JIRA issues by their keys, including basic info, timestamps, time tracking, metadata, labels, comments, issue links, status change history, and versions. Returns found issues, not found keys, and counts.
- get_jira_project_summary Generate statistics across all projects including total issue counts, status distribution, priority distribution, and overall statistics.
- get_jira_issue_links Get issue links for a specific JIRA issue by its key, including link direction, link type, and linked issue details. Returns issue key, ID, list of links, and total count.
- get_jira_issues_by_sprint Get all JIRA issues in a specific sprint by sprint name, with optional project filtering and result limiting. Returns standard issue fields, sprint ID and name, labels, links, and versions.
Environment variables
SNOWFLAKE_TOKENSNOWFLAKE_BASE_URLSNOWFLAKE_OAUTH_CLIENT_IDSNOWFLAKE_OAUTH_CLIENT_SECRETSNOWFLAKE_OAUTH_TOKEN_URLMETRICS_PORTRSA_PUBLIC_KEY
Links
★ 8 GitHub stars