git-jira-mcp-server

1pone/git-jira-mcp-server

3.1

If you are the rightful owner of git-jira-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Git Jira MCP Server is designed to automatically fetch Jira requirement details based on the current Git branch name.

The Git Jira MCP Server is a tool that integrates with Git and Jira to streamline the process of accessing Jira requirement details directly from the Git environment. By automatically extracting the Jira ID from the current Git branch name, it retrieves comprehensive information about the Jira requirement, such as the title, description, status, priority, and assignee. This server is particularly useful for developers who need to keep track of Jira issues related to their current work without leaving their development environment. It also includes robust error handling to manage issues like incorrect branch name formats, failed API requests, and missing environment variables.

Features

  • Automatic Branch Recognition: Automatically extracts Jira ID from the current Git branch name.
  • Requirement Information Retrieval: Fetches detailed Jira requirement information including title, description, status, priority, and assignee.
  • Error Handling: Provides clear error messages for branch name format errors, API request failures, and missing environment variables.