jira-utilities-mcp-server
Verified Safeby deepakjain12345
Overview
Automating JIRA issue management and generating comprehensive reports for PR links, Zephyr test cases, and subtask analysis, either via an MCP server or standalone scripts.
Installation
docker run -i --rm -v $HOME/Downloads:/output -e JIRA_EMAIL -e JIRA_API_TOKEN -e OUTPUT_DIR=/output -e TZ jira-utilities:latestEnvironment Variables
- JIRA_EMAIL
- JIRA_API_TOKEN
- OUTPUT_DIR
- TZ
- MCP_MAX_CSV_ISSUES
- MCP_MAX_SUBTASKS
- ECR_IMAGE
Security Notes
The project adheres to good security practices by strictly requiring JIRA API tokens and email to be passed via environment variables, avoiding hardcoding of secrets. It uses HTTPS for all JIRA API communications. Input validation is present for JIRA issue keys. The handling of JQL queries relies on the JIRA API's inherent sanitization. No 'eval' or obfuscation is used.
Similar Servers
mcp-server-atlassian-jira
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
jayrah
A command-line interface, terminal UI, and web interface for managing Jira issues, designed for integration with AI tools like VS Code Copilot.
Jira-MCP-Server
Provides an AI-callable interface (via Model Context Protocol) to manage Jira tasks, sprints, comments, and team workload using OAuth authentication.
my-server-mcp
Integrates Jira Cloud and Discord with GitHub Copilot via an MCP server to automate development tasks and provide context to AI agents.