Back to Home
premkalyan icon

jira-mcp

Verified Safe

by premkalyan

Overview

Integrates Jira Cloud with AI agents and automation systems via Model Context Protocol, providing comprehensive issue, project, and sprint management capabilities.

Installation

Run Command
JIRA_BASE_URL=https://your-company.atlassian.net JIRA_EMAIL=your-email@company.com JIRA_API_TOKEN=your-jira-api-token npx @orengrinker/jira-mcp-server

Environment Variables

  • JIRA_BASE_URL
  • JIRA_EMAIL
  • JIRA_API_TOKEN
  • LOG_LEVEL
  • REGISTRY_URL
  • REGISTRY_AUTH_TOKEN
  • JIRA_PROJECT_KEY
  • JIRA_BOARD_NAME
  • JIRA_STORY_POINTS_FIELD
  • JIRA_SPRINT_FIELD
  • JIRA_EPIC_FIELD

Security Notes

The project has explicitly addressed and fixed a critical security vulnerability involving a hardcoded Bearer token by moving it to an environment variable (`REGISTRY_AUTH_TOKEN`). Jira API credentials are dynamically fetched from a Project Registry per request in the serverless deployment, preventing their direct exposure. Input validation is implemented for environment variables and Jira configuration fields. Rate limiting is present to prevent API abuse. While documentation might suggest a default `REGISTRY_AUTH_TOKEN` value, the code itself reads from environment variables, which is a secure practice. Rotating this registry token is a deployment best practice.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-14

Tags

JiraMCPCloudAutomationProject Management