mcp-jira
Verified Safeby 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
node src/index.jsEnvironment 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
mcp-server-atlassian-jira
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
atlassian-mcp-server
Enables AI agents to interact with Atlassian Cloud services (Jira, Confluence, Jira Service Management) for work documentation, issue management, and context understanding through a unified API.
Jira-MCP-Server
Provides an AI-callable interface (via Model Context Protocol) to manage Jira tasks, sprints, comments, and team workload using OAuth authentication.
jira-mcp-server
A Spring Boot service providing OAuth2 authenticated tools for LLM agents to manage Jira issues and Confluence pages.