Back to Home
amiralamox icon

mcp-servers

Verified Safe

by amiralamox

Overview

Enables an AI agent (Claude) to interact with Jira, retrieving and analyzing project management data via JQL queries.

Installation

Run Command
python server.py

Environment Variables

  • JIRA_URL
  • JIRA_USERNAME
  • JIRA_PASSWORD
  • CUSTOM_FIELD_EPIC_LINK
  • CUSTOM_FIELD_STORY_POINTS
  • CUSTOM_FIELD_SPRINT
  • DEFAULT_TEAM_NAME

Security Notes

The server loads Jira credentials and custom field IDs from environment variables using `python-dotenv`, which is good practice. It runs locally (127.0.0.1:5000), limiting network exposure. JQL queries are passed directly to the Jira API via `requests`. While direct JQL passing is the core functionality, it relies on the Jira API's sanitization; the server itself does not appear to execute arbitrary system commands or `eval` client-provided strings.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens4500
Stars0
Forks0
Last Update2025-12-04

Tags

JiraJQLMCPClaudeProject Management