Back to Home
tingyiy icon

atlassian-mcp-server

Verified Safe

by tingyiy

Overview

Enables LLM agents to automate tasks and interact with Atlassian Jira and Confluence Cloud.

Installation

Run Command
python server.py

Environment Variables

  • ATLASSIAN_USERNAME
  • ATLASSIAN_API_KEY
  • JIRA_URL
  • CONFLUENCE_URL

Security Notes

Uses environment variables for sensitive credentials (ATLASSIAN_USERNAME, ATLASSIAN_API_KEY) and httpx for secure asynchronous HTTP requests over HTTPS. No direct use of 'eval', 'exec', or system shell commands (e.g., 'subprocess') was identified in the provided source code. JQL/CQL queries are passed directly to Atlassian APIs; therefore, the security of these queries relies on the Atlassian API's validation and the LLM agent's adherence to safe query construction, rather than server-side sanitization. Attachment downloads fetch content from URLs provided by the respective Atlassian APIs, mitigating direct URL injection risks.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens800
Stars0
Forks0
Last Update2026-01-19

Tags

AtlassianJiraConfluenceLLM AgentAutomation