A TypeScript-based server that enables Cursor editor to interact with Jira tickets for viewing, creating, commenting on, and updating tickets directly from the editor.
A template for creating custom tools for Cursor IDE using Model Context Protocol that allows users to deploy their own MCP server to Heroku and connect it to Cursor IDE.
Resolve a Jira ticket, create a local branch with auto-generated name, fetch project README from Bitbucket for conventions, and get a next-steps summary. Use issue key or free-text search.
Retrieves and consolidates Jira ticket requirements, comments, architecture docs, and coding standards. Call this first when starting work on a ticket.
Retrieve all available Jira fields with their metadata and field IDs for a specific ticket or project. The returned mapping enables accurate field updates.
Associate an external issue (e.g., Jira, GitHub) with a defect record by providing its URL and name. Use this to link a tracker ticket to a failure pattern.