Back to Home
crew-of-one icon

mcp-server--atlassian

Verified Safe

by crew-of-one

Overview

Integrates Jira and Confluence functionalities with the Model Context Protocol (MCP), enabling AI agents to interact with Atlassian services for collaboration, project management, and knowledge base tasks.

Installation

Run Command
mcp-atlassian

Environment Variables

  • JIRA_URL
  • JIRA_USERNAME
  • JIRA_API_TOKEN
  • JIRA_PERSONAL_TOKEN
  • JIRA_SSL_VERIFY
  • JIRA_PROJECTS_FILTER
  • JIRA_HTTP_PROXY
  • JIRA_HTTPS_PROXY
  • JIRA_NO_PROXY
  • JIRA_SOCKS_PROXY
  • JIRA_CUSTOM_HEADERS
  • CONFLUENCE_URL
  • CONFLUENCE_USERNAME
  • CONFLUENCE_API_TOKEN
  • CONFLUENCE_PERSONAL_TOKEN
  • CONFLUENCE_SSL_VERIFY
  • CONFLUENCE_SPACES_FILTER
  • CONFLUENCE_HTTP_PROXY
  • CONFLUENCE_HTTPS_PROXY
  • CONFLUENCE_NO_PROXY
  • CONFLUENCE_SOCKS_PROXY
  • CONFLUENCE_CUSTOM_HEADERS
  • ATLASSIAN_OAUTH_ENABLE
  • ATLASSIAN_OAUTH_CLIENT_ID
  • ATLASSIAN_OAUTH_CLIENT_SECRET
  • ATLASSIAN_OAUTH_REDIRECT_URI
  • ATLASSIAN_OAUTH_SCOPE
  • ATLASSIAN_OAUTH_CLOUD_ID
  • ATLASSIAN_OAUTH_ACCESS_TOKEN
  • READ_ONLY_MODE
  • ENABLED_TOOLS
  • TRANSPORT
  • PORT
  • HOST
  • STREAMABLE_HTTP_PATH
  • MCP_VERBOSE
  • MCP_VERY_VERBOSE
  • MCP_LOGGING_STDOUT

Security Notes

The server correctly leverages environment variables and a Python keyring for sensitive data (API tokens, OAuth credentials), avoiding hardcoded secrets. It supports configurable SSL verification and proxy settings, allowing secure network configurations. The `UserTokenMiddleware` handles authentication headers for incoming requests. Content processing (Markdown/HTML conversion) is performed using established libraries and temporary file cleanup. No direct `eval()` calls or immediately obvious malicious patterns were found. Minor risks related to external libraries or improper input sanitization in specific, less common code paths might theoretically exist, but the core design appears robust.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-14

Tags

AtlassianJiraConfluenceCollaborationProject ManagementKnowledge BaseAPI IntegrationAI Tools