Skip to main content
Developer ToolsUnknown

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.

developer-tools
Share:

Quick Start

Clone the repository:

git clone https://github.com/TamarEngel/jira-github-mcp

Claude 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.

Details

Category
Developer Tools
Language
Unknown
Author
TamarEngel