Jira Context MCP

by rahulthedevil

26 stars
446 downloads
Not rated
GitHub

About

MCP server to provide Jira Tickets information to AI coding agents like Cursor.

Details

Author
rahulthedevil
GitHub stars
26
Downloads
446
Categories
Developer Tools, Community, Other, Project Management, Automation

- Fetch detailed information about a specific Jira issue
- Retrieve issues assigned to you in a project
- Filter issues by type (Bug, Story, Epic, etc.)
- List all available projects and issue types
- Retrieve recent ticket changes over a specified period
- Seamless integration with Cursor IDE

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Jira Context MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Smithery (npx -y @smithery/cli install @rahulthedevil/Jira-Context-MCP --client claude) or manually by cloning the repo, running npm install, creating a .env with your Jira credentials, and building (npm run build). Start the HTTP server with npm start or CLI mode with npm run start:cli. Then in Cursor, open Command Palette, choose “Connect to MCP Server”, and enter http://localhost:3000/sse.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "jira context mcp": {
            "Jira-Context-MCP": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@rahulthedevil/Jira-Context-MCP",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "Jira-Context-MCP": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@rahulthedevil/Jira-Context-MCP",
            "--client",
            "claude"
        ]
    }
}

Jira Context MCP

CodeQL Advanced smithery badge Verified on MseeP <figure> <a href="https://glama.ai/mcp/servers/a8ob8depqc"> </a> </figure> A Model Context Protocol (MCP) implementation for Jira that allows you to: - Input a Jira ticket link to fetch issue details and instruct Cursor to fix it - Retrieve all tickets assigned to you within a specified Jira project - Filter Jira issues based on a specific issue type and automatically direct Cursor to resolve them - Integrate seamlessly with Jira's API for automation and efficiency

Setup

Prerequisites

- Node.js 20.17.0 or higher - A Jira account with API access - A Jira API token (can be generated at Atlassian API Tokens)

Installation

Installing via Smithery

To install Jira Context MCP for Claude Desktop automatically via Smithery: ``bash npx -y @smithery/cli install @rahulthedevil/Jira-Context-MCP --client claude `

Installing manually

1. Clone this repository:
`bash git clone https://github.com/yourusername/Jira-Context-MCP.git cd Jira-Context-MCP ` 2. Install dependencies: `bash npm install # or if you use pnpm pnpm install ` 3. Create a .env file based on the example: `bash cp .env.example .env ` 4. Edit the .env file with your Jira details: ` JIRA_BASE_URL=https://your-domain.atlassian.net JIRA_USERNAME=your-email@example.com JIRA_API_TOKEN=your-api-token-here HTTP_PORT=3000 `

Build

Build the project with:
``bash npm run build
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.