jira-prompts-mcp-server

jira-prompts-mcp-server

0

The Jira Prompts MCP Server is an MCP server designed to generate contexts and prompts from Jira content, particularly for tools supporting MCP prompts. It allows users to retrieve brief or detailed information about Jira issues using specific server commands.

Jira Prompts MCP Server

This project is a Model Context Protocol (MCP) server designed to generate prompts or contexts from Jira content. It is inspired by the MarkItDown MCP server and the Git MCP server, with key differences in the API libraries used and its focus on prompts rather than tools. The server is particularly useful for tools that support MCP prompts, such as Zed's AI assistant. Major features include the ability to retrieve brief or full details of Jira issues through specific commands.

Changelog

  • 0.1.0: Migrated to FastMCP package and added a CLI for testing the server.
  • 0.0.1: Initial release with two command prompts for Jira issues.

Installation

  1. Clone the repository.
  2. Install dependencies.

Usage

  • As a MCP Server for Zed Editor: Configure using settings.json to run specific commands for Jira issue retrieval.
  • Commands: jira-issue-brief and jira-issue-full for retrieving issue details.
  • Testing: Use the CLI to test server commands.