Sundi1972/Jira_extension_for_cursor
3.1
If you are the rightful owner of Jira_extension_for_cursor 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.
Seamless Jira integration for Cursor IDE via Model Context Protocol (MCP).
Jira MCP for Cursor
Seamless Jira integration for Cursor IDE via Model Context Protocol (MCP).
Features
- 🎯 List and search Jira tickets
- 📖 Read ticket details
- ✏️ Update ticket status
- 💬 Add comments
- 🔐 Secure one-time configuration
Quick Start
# Install
pip install jira-mcp-cursor
# Configure
jira-mcp configure
# Install to Cursor
jira-mcp install
Development
# Setup
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -e ".[dev]"
# Run
python -m jira_mcp_cursor
Documentation
See /docs folder for complete design documentation.
License
MIT