jira-mcp-server
0
The Jira MCP Server for Cursor is a TypeScript-based server designed to integrate Jira with the Cursor interface. It supports a range of functions like listing, creating, updating Jira tickets, and is fully compliant with the Model-Client-Protocol for seamless interaction.
Jira MCP Server for Cursor
- A TypeScript-based MCP server integrating with Jira.
- Allows Cursor interaction with Jira tickets.
Features
- List Jira tickets
- Get ticket details and comments
- Create new tickets
- Add comments and update ticket status
- Full MCP protocol support for Cursor integration
Setup
- Instructions for installing via Smithery.
- Requires creating a
.env
file with Jira credentials. - Provides development and build instructions.
Cursor Integration
- Command-based and HTTP-based integration options available.
MCP Protocol Support
- Implements MCP required by Cursor with stdio communication and Jira operations.
API Endpoints
- List Tickets
- Get Ticket
- Get Ticket Comments
- Create Ticket
- Add Comment
- Update Status
- Search Tickets