Back to Home
yohanesmario icon

atlassian-mcp

Verified Safe

by yohanesmario

Overview

Automates interactions with Atlassian Jira and Confluence by providing a custom, unified MCP server with optimized token usage for tool definitions and robust Markdown to Atlassian Document Format (ADF) conversion.

Installation

Run Command
</path/to/atlassian-mcp-dir>/atlassian-mcp-bin

Environment Variables

  • ATLASSIAN_EMAIL
  • ATLASSIAN_API_TOKEN
  • ATLASSIAN_DOMAIN

Security Notes

The server demonstrates good security practices including input validation (e.g., issue keys, page IDs), enforcement of TLS 1.2 for network requests, and a critical check for secure permissions (chmod 600) on the .env file. API tokens are passed via standard Basic Auth, relying on environment variable security. Potential risks include the inherent complexity of markdown-to-ADF parsing which could theoretically be vulnerable to Regular Expression Denial of Service (ReDoS) if exposed to extremely large and malicious inputs, though Go's regex engine is generally robust. Attachment uploads are handled carefully with filename sanitization and size limits. No 'eval' or direct code execution from user input is apparent.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-15

Tags

AtlassianJiraConfluenceMCPGoProductivity