Back to Home
Yogeshknaik icon

jira-mcp-server

Verified Safe

by Yogeshknaik

Overview

Provides tools to interact with Jira, enabling programmatic execution of JQL queries, creation/editing/deletion of tickets, and management of Jira projects and statuses.

Installation

Run Command
node build/index.js

Environment Variables

  • JIRA_URL
  • JIRA_API_MAIL
  • JIRA_API_KEY

Security Notes

Uses environment variables for sensitive Jira credentials (URL, email, API key), which is a good practice. API calls are made via the 'axios' library. No 'eval' or direct command injection patterns are present. Input parameters are used directly in API calls or JQL queries; while the server itself doesn't introduce vulnerabilities, the client (LLM) must ensure JQL and other string inputs are safe to prevent potential JQL injection. Error responses may include raw API error data, potentially exposing internal details. Attachment uploads use 'X-Atlassian-Token: no-check', a Jira-specific header.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-23

Tags

JiraProject ManagementAPI IntegrationDevelopment