Back to Home
studcroc icon

custom-atlassian-mcp

Verified Safe

by studcroc

Overview

This server integrates AI assistants and MCP clients with Atlassian Jira Cloud to retrieve issue attachment metadata and download attachment content.

Installation

Run Command
node /absolute/path/to/custom-atlassian-mcp/dist/server.js

Environment Variables

  • JIRA_DOMAIN
  • JIRA_EMAIL
  • JIRA_API_TOKEN

Security Notes

The server correctly utilizes environment variables for sensitive Jira credentials (JIRA_DOMAIN, JIRA_EMAIL, JIRA_API_TOKEN), preventing hardcoding. It uses axios for API calls, which is a standard and secure HTTP client. Error handling for API responses is implemented. A minor point is that `jira_get_attachment_image` currently hardcodes the `mimeType` to "image/png" in its response, which is a functional limitation (as noted in the source code TODO) rather than a direct security vulnerability, but it could lead to client-side misinterpretation if not handled carefully by the consuming AI. There are no obvious malicious patterns, use of `eval`, or obfuscation.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassHigh
Avg Tokens50000
Stars1
Forks0
Last Update2026-01-11

Tags

JiraAtlassianMCPAI ToolAttachments