Back to Home
aashari icon

mcp-server-atlassian-jira

Verified Safe

by aashari

Overview

Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.

Installation

Run Command
npx -y @aashari/mcp-server-atlassian-jira get --path "/rest/api/3/project/search"

Environment Variables

  • ATLASSIAN_SITE_NAME
  • ATLASSIAN_USER_EMAIL
  • ATLASSIAN_API_TOKEN
  • DEBUG
  • TRANSPORT_MODE
  • PORT

Security Notes

The server handles sensitive Jira credentials by loading them from environment variables or a user's local configuration file (~/.mcp/configs.json), rather than hardcoding them. Input validation for tool arguments is implemented using Zod. JMESPath (jq) is used for data filtering, which is a safe query language, not allowing arbitrary code execution. File I/O operations for logging and raw response storage are restricted to user-specific directories (~/.mcp/data/ and /tmp/mcp/), minimizing risks to system files. JSON parsing for API responses is considered safe as Jira's API is a trusted source.

Similar Servers

Stats

Interest Score42
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars48
Forks18
Last Update2026-01-07

Tags

AI IntegrationJiraProject ManagementIssue TrackingDeveloper Tools