Server Statistics

setup time

10 minutes

github stars

3,762

forks

798

watchers

3,762

open issues

166

contributors

49

last updated

2 months ago

language: pythonlicense: mitlast release: v0.11.10 (November 26, 2025)

description

enables integration with atlassian tools like confluence and jira.

use cases

  • automatic jira updates from meeting notes
  • ai-powered confluence document search and summarization
  • smart filtering of urgent jira issues

technical details

prerequisites

  • docker installed
  • api tokens for confluence and jira

installation steps

  1. step 1: set up docker on your machine.
  2. step 2: choose an authentication method and obtain necessary tokens.
  3. step 3: run the docker container with required environment variables.

configuration example

{"mcpServers": {"mcp-atlassian": {"command": "docker", "args": ["run", "-i", "--rm", "-e", "CONFLUENCE_URL", "-e", "CONFLUENCE_USERNAME", "-e", "CONFLUENCE_API_TOKEN", "-e", "JIRA_URL", "-e", "JIRA_USERNAME", "-e", "JIRA_API_TOKEN", "ghcr.io/sooperset/mcp-atlassian:latest"]}}}

required accounts

github
atlassian

tags

atlassian
confluence
jira
mcp
integration
python
model-context-protocol