vibe-coded-jira-mcp

klauseduard/vibe-coded-jira-mcp

3.1

If you are the rightful owner of vibe-coded-jira-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple Model Context Protocol (MCP) server for integrating JIRA with Cursor IDE.

The JIRA MCP Server is designed to facilitate seamless integration between JIRA and Cursor IDE using the Model Context Protocol (MCP). This server allows users to interact with JIRA data through AI features, providing functionalities such as retrieving, searching, creating, updating, and cloning JIRA issues. It supports JQL for advanced search capabilities and offers detailed error handling and logging. The server is built with modular components, including core JIRA client implementation, Pydantic models for data validation, and MCP operation implementations. It is primarily intended for personal workflow automation and small team use, with security considerations for safe usage.

Features

  • Get JIRA issues by key
  • Search issues using JQL
  • Create and update issues
  • Add comments to issues
  • Clone issues