Back to Home
cfdude icon

mcp-jira

Verified Safe

by cfdude

Overview

Provides enterprise-level integration with Jira's REST API, enabling AI assistants to perform advanced project management, analytics, and strategic planning tasks.

Installation

Run Command
npx ts-node src/index.ts

Environment Variables

  • JIRA_EMAIL
  • JIRA_API_TOKEN
  • JIRA_DOMAIN
  • JIRA_MCP_KEY
  • JIRA_CONFIG_PATH

Security Notes

The server relies on user-provided `.jira-config.json` or environment variables for Jira API credentials (email, API token, domain). This is a standard practice for local development tools, but users must ensure these files/variables are secured. Descriptions and comments are converted to Atlassian Document Format (ADF) using `safeConvertTextToADF` before sending to Jira, which helps prevent basic script injection. JQL queries are passed directly to Jira; while Jira itself validates JQL, malicious JQL could potentially be executed if the AI agent's input is not properly constrained. No direct `eval` or `child_process` usage observed. Session management provides state isolation, reducing cross-client data leakage risks.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-11-25

Tags

JiraProject ManagementAPI IntegrationAnalyticsAutomation