atlassian-mcp
Verified Safeby 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
</path/to/atlassian-mcp-dir>/atlassian-mcp-binEnvironment 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
zapier-mcp
This repository provides plugins, skills, and commands for AI agents, specifically Claude, to enable sophisticated workflow automation and integration with 8,000+ apps via Zapier's Model Context Protocol (MCP) for engineering tasks like Jira management, git operations, and code reviews.
claude-plugins
Enhances Claude's capabilities as a Go developer by providing skills for idiomatic commit message generation and as a knowledge manager for capturing and structuring online videos and articles into an Obsidian vault.
jira-mcp-server
A Spring Boot service providing OAuth2 authenticated tools for LLM agents to manage Jira issues and Confluence pages.
session-buddy
The MCP server provides comprehensive session management, conversation memory, quality monitoring, and developer tooling integration for Claude Code projects, aiming to reduce token usage and enhance development workflows. It integrates with various LLM providers, Git worktrees, and code quality tools like Crackerjack.