Back to Home
xcollantes icon

jira-mcp

Verified Safe

by xcollantes

Overview

The Jira MCP server provides a Model Context Protocol (MCP) interface, enabling Large Language Models (LLMs) to interact with Jira for tasks like searching, creating, updating, and managing tickets and sprints.

Installation

Run Command
python -m src.main

Environment Variables

  • JIRA_API_TOKEN
  • JIRA_AUTH_TYPE
  • JIRA_CLI_PATH

Security Notes

The server executes `jira-cli` commands via `subprocess.run`. While `subprocess.run` itself is not inherently unsafe, the direct passing of arguments, including JQL queries (via `--jql`), from LLM outputs to `jira-cli` introduces a potential for 'JQL injection' if the LLM is prompted to craft malicious JQL. This relies on `jira-cli`'s internal sanitization. Credentials (`JIRA_API_TOKEN`, `JIRA_AUTH_TYPE`) are handled via environment variables, which is a good practice. No `eval` or hardcoded secrets found in the Python source.

Similar Servers

Stats

Interest Score31
Security Score7
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2026-01-18

Tags

JiraLLM ToolMCPProject ManagementIssue Tracking