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 across multiple Jira instances.

Installation

Run Command
node src/index.js

Environment Variables

  • JIRA_EMAIL
  • JIRA_API_TOKEN
  • JIRA_DOMAIN
  • JIRA_MCP_KEY
  • JIRA_CONFIG_PATH
  • OPENCODE_CONFIG

Security Notes

The server demonstrates good security practices including explicit configuration of API tokens and emails via `.jira-config.json` or environment variables, avoiding hardcoded secrets. It utilizes `zod` for input validation and includes comprehensive error handling for API responses (e.g., 400, 401, 403, 404), which mitigates common injection and access risks. Session management is robust, offering thread-safe multi-client support and state isolation. There is no evidence of `eval` or other dangerous code patterns, and network communication is implied to use HTTPS when connecting to Jira domains. Cross-server integration with Confluence is designed for local communication, reducing external exposure. Overall, it appears safe to run in a well-configured environment.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2026-01-19

Tags

JiraProject ManagementAgileAPI IntegrationAI AssistantEnterprise