jira-mcp-server
Verified Safeby Yogeshknaik
Overview
Provides tools to interact with Jira, enabling programmatic execution of JQL queries, creation/editing/deletion of tickets, and management of Jira projects and statuses.
Installation
node build/index.jsEnvironment Variables
- JIRA_URL
- JIRA_API_MAIL
- JIRA_API_KEY
Security Notes
Uses environment variables for sensitive Jira credentials (URL, email, API key), which is a good practice. API calls are made via the 'axios' library. No 'eval' or direct command injection patterns are present. Input parameters are used directly in API calls or JQL queries; while the server itself doesn't introduce vulnerabilities, the client (LLM) must ensure JQL and other string inputs are safe to prevent potential JQL injection. Error responses may include raw API error data, potentially exposing internal details. Attachment uploads use 'X-Atlassian-Token: no-check', a Jira-specific header.
Similar Servers
jayrah
A command-line interface, terminal UI, and web interface for managing Jira issues, designed for integration with AI tools like VS Code Copilot.
mcp-jira
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.
gitlab-mcp-server
This server provides tools to interact with a self-hosted GitLab instance to fetch and manage project, issue, and wiki data.
dev-workflow-mcp-server
Enforce development workflow discipline by guiding developers through a sequence of best practices (testing, documentation, commit, release) using an MCP (Model Context Protocol) server.