JIRA-MCP-Server
2
This project provides a TypeScript-based JIRA Model Context Protocol Server implementation for API integrations, facilitating advanced search and issue retrieval functionalities. Designed to aid technical program managers and engineers, it supports seamless JIRA integration.
JIRA MCP Server
A TypeScript implementation of a JIRA MCP Server: Essential API Integrations for Technical Program Managers and Engineers
Features
- JQL search functionality
- Issue retrieval by ID or key
- Seamless integration with the Model Context Protocol
Prerequisites
- Node.js (v18 or higher)
- A JIRA instance with API access
- JIRA API key/token
Setup
- Clone this repository
- Install dependencies
- Copy the environment file example and fill in your JIRA credentials
Available Tools
1. JQL Search
Perform enhanced JQL (JIRA Query Language) searches to find issues.
2. Get Issue
Retrieve detailed information about a specific issue.