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
andjira-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
- Clone the repository.
- 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
jira-issue-brief <issue-key>
: Retrieves core fields of a Jira issue.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
.