mcp-jira-git
If you are the rightful owner of mcp-jira-git 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.
MCP Server - Jira & Git Integration automates development workflows by integrating Jira and Git.
The MCP Server for Jira & Git Integration is designed to streamline development workflows by automating interactions between Jira and Git. It monitors file changes in a specified Git repository, identifies the current branch for a Jira issue key, and updates the corresponding Jira issue status. The server also provides MCP tools for retrieving Jira issue details, creating Git feature branches and pull request templates from Jira issues, and manually updating Jira issue statuses. This integration is highly configurable, using environment variables for Jira and Git credentials and behavior settings.
Features
- Automatic Jira Status Updates: Monitors file changes and updates linked Jira issues when code changes are detected on a feature branch.
- MCP Tool Integration: Provides tools callable by MCP clients to interact with Jira and Git.
- Configurable: Uses environment variables for Jira/Git credentials and behavior.
Tools
getJiraIssue
Retrieves Jira issue details.
createGitBranchAndPR
Creates a Git feature branch and a basic Pull Request template from a Jira issue.
updateJiraStatus
Manually updates a Jira issue status.