A Model Context Protocol server that connects your AI IDE to Jira. Query your tickets, active sprint, and issue details directly from GitHub Copilot, Cursor, Claude Desktop, or any MCP-compatible clie…
| Tool name | Description | Destructive? |
|---|---|---|
| add_comment | ✓ no | |
| get_my_standup | ✓ no | |
| get_issue_details | ✓ no | |
| get_sprint_summary | ✓ no | |
| get_active_sprint_tickets | ✓ no |
| get_context_for_pr | ✓ no | |
| get_my_tickets | ✓ no | |
| start_ticket | ✓ no | |
| search_tickets | ✓ no |
{
"mcpServers": {
"abdelrahmanhsnjira": {
"command": "npx",
"args": [
"-y",
"@abdelrahmanhsn/jira-mcp"
]
}
}
}