TamarEngel/jira-github-mcp
MCP server that integrates Jira and GitHub to automate end-to-end developer workflows, from issue tracking to branches, commits, pull requests, and merges inside the IDE.
Quick Start
Clone the repository:
git clone https://github.com/TamarEngel/jira-github-mcpClaude Desktop configuration example:
{
"mcpServers": {
"jira-github-mcp": {
"command": "npx",
"args": [
"-y",
"TamarEngel/jira-github-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.