mcp-server--atlassian
Verified Safeby 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
mcp-atlassianEnvironment 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
mcp-atlassian
Provides an MCP (Model Context Protocol) server for interacting with Atlassian Jira and Confluence APIs, offering tools for content management, search, and workflow automation.
atlassian-mcp-server
The Atlassian Rovo MCP Server acts as a cloud-based bridge, connecting Atlassian Cloud sites (Jira, Compass, Confluence) with external AI tools and IDEs to enable real-time data interaction and automation of development workflows.
mcp-server-atlassian-jira
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
mcp-server-atlassian-confluence
Connects AI assistants to Atlassian Confluence knowledge bases, enabling natural language interaction to query, search, and manage Confluence content.