Back to Home
coollikeabreeze icon

jira-mcp-server

Verified Safe

by coollikeabreeze

Overview

The Jira MCP Server enables creating and updating Jira issues through a Model Context Protocol (MCP) endpoint for MCP-compatible clients, and a REST API endpoint for integration with Custom GPT Actions or other REST API clients.

Installation

Run Command
npm run dev

Environment Variables

  • JIRA_BASE_URL
  • JIRA_EMAIL
  • JIRA_API_TOKEN
  • JIRA_PROJECT_KEY
  • PORT
  • API_KEY

Security Notes

The server uses environment variables for all sensitive credentials (Jira API token, email, API key), preventing hardcoding. API key authentication is implemented for REST endpoints and the MCP POST endpoint. In production, an API key is strictly required. For local development, self-signed SSL certificates are used, which is a standard practice but requires client-side acceptance and is not suitable for production. Error logging for Jira API calls includes full request/response bodies, which should be secured in production logs to prevent sensitive data exposure.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2025-11-26

Tags

JiraMCPREST APIIssue ManagementGPT ActionsNode.jsTypeScript