jira-mcp-server
If you are the rightful owner of jira-mcp-server 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.
A Spring AI Model Context Protocol (MCP) server implementation that provides AI-powered tools for interacting with Jira.
This project implements a Spring AI MCP server that exposes Jira operations as AI tools. It provides capabilities for querying Jira tickets, creating new tickets, updating existing tickets, and adding comments to tickets. The server follows the Model Context Protocol (MCP) specification, enabling standardized interaction between AI models and Jira operations.
Features
- Ticket Query Service: Search and retrieve Jira tickets using JQL.
- Ticket Operations Service: Create, update, and comment on Jira tickets.
- Spring AI MCP server implementation: Implements the MCP server for standardized AI model interactions.
- RESTful API endpoints: Provides endpoints for Jira operations.
- Secure authentication: Uses Jira API tokens for secure access.
Tools
Ticket Query Service
searchIssues: Search Jira tickets using JQL, getIssue: Retrieve a specific ticket by key.
Ticket Operations Service
createIssue: Create a new Jira ticket, updateIssue: Update an existing ticket, addComment: Add a comment to a ticket.