TamarEngel/jira-github-mcp
A Model Context Protocol (MCP) server exposing Jira and GitHub actions as AI tools to streamline developer workflows end-to-end.
Platform-specific configuration:
{
"mcpServers": {
"jira-github-mcp": {
"command": "npx",
"args": [
"-y",
"jira-github-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A modular and extensible Model Context Protocol (MCP) server for Jira and GitHub integration, enabling end-to-end automation of developer workflows - from issue tracking to code changes and pull request management - via AI agents inside the IDE.
Developers constantly context-switch between Jira, GitHub, and their IDE, breaking focus and slowing down delivery. This project transforms that workflow into a seamless, IDE-native, conversational experience, allowing developers to move from Jira issue to merged pull request using natural language and AI-assisted automation.
| Tool | Description | |------|-------------| | jira_get_issue | Retrieve a Jira issue by key (e.g., KAN-1) with configurable fields | | jira_search_issues | Search Jira using JQL; paginate and filter results | | jira_get_my_issues | List issues assigned to the current user, optionally filtered by status/type... | | jira_transition_issue | Move an issue to another status with optional comment | | create_branch_for_issue | Create a new Git branch (e.g., feature/KAN-15) based on a Jira issue | | `create_pull
Loading reviews...