mcp-jira-issue-search-server

UladzimirOsipchyk/mcp-jira-issue-search-server

3.1

If you are the rightful owner of mcp-jira-issue-search-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 dayong@mcphub.com.

The MCP-Jira-Issue-Search-Server is a protocol server designed to facilitate the search of Jira issues using natural language processing and AI translation.

mcp-jira-issue-search-server

Quick Start

  • Start jira locally and make sure your server is started on localhost:2900
  • build docker image with command:
   docker build -t jira-mcp .
  • start docker service on port 8080 and navigate to web page
   docker run -d -p 8080:8080 jira-mcp

Hello, there is my quick demo The idea is to translate russian speach to english with AI and then prepare JQL search using promt rules. After that searching jira issues via REST api according to the JQL.

So firstly let's check the number of issues: 5 All of them have different summaries ...and Only one with platform network problems

Words I'm saying: "Покажи все баги, у которых есть проблемы с платформой" ("Show all bugs that have problems with the platform") As results we see only one issue AAA-3 in the response

Please, download following files for the demo