jira-promps-mcp-server

jira-promps-mcp-server

0

The Jira Prompts MCP Server is a Model Context Protocol server designed to generate prompts from Jira content. It uses the `pycontribs/jira` API and is ideal for tools supporting only MCP prompts, aiding in contexts like Zed's AI assistant.

Jira Prompts MCP Server

This repository provides a Model Context Protocol (MCP) server that focuses on generating prompts or contexts from Jira content. It utilizes pycontribs/jira for interacting with the Jira API and aims to deliver prompts suitable for tools that support only MCP prompts.

Features

  • Provides prompts for Jira issues, such as jira-issue-brief and jira-issue-full.
  • Integrates with Zed's AI assistant and other MCP-compatible tools.
  • Inspired by other MCP server projects like MarkItDown and Git MCP servers.

Changelog

0.1.0

  • Migrated to FastMCP package.
  • Added CLI for server testing.

0.0.1

  • Initial release with two implemented prompts.

Installation

  1. Clone the repository.
  2. Install dependencies using uv sync --frozen.

Usage

As an MCP Server for Zed Editor

Configure the settings.json with the required server command and settings for integration.

Commands

  1. jira-issue-brief <issue-key>: Retrieves core fields of a Jira issue.
  2. jira-issue-full <issue-key>: Retrieves core fields, comments, linked issues, and subtasks.

Testing the server using the CLI

Execute commands using environment variables for testing, such as jira-brief and jira-full.