Loading languages...
TI

tituslhy/sturdy-octo-fortnight

@tituslhy11

The Chainlit introduction repository

jira
confluence
atlassian
mcp-server
sse
docker

mcp-atlassian

A MCP server that integrates Jira and Confluence, enabling API interactions through SSE transport.

What

Offers tools for Confluence (search, get/create/update pages, manage comments) and Jira (get/search/create/update issues, transitions, comments, worklogs, and agile board operations).

How

  1. Pull Docker Image: docker pull ghcr.io/sooperset/mcp-atlassian:latest
  2. Configure Environment Variables: Create a .env file with:
    • CONFLUENCE_URL: Your Confluence instance URL
    • CONFLUENCE_USERNAME: Your Confluence email
    • CONFLUENCE_API_TOKEN: Your Confluence API token
    • JIRA_URL: Your Jira instance URL
    • JIRA_USERNAME: Your Jira email
    • JIRA_API_TOKEN: Your Jira API token
  3. Run the Container:
    docker run --rm -p 9000:9000 \
      --env-file ./.env \
      ghcr.io/sooperset/mcp-atlassian:latest \
      --transport sse --port 9000 -vv
    
  4. Connect to MCP Server: Use the following config:
    {"mcpServers":{"mcp-atlassian-sse":{"url":"http://localhost:9000/sse"}}}
    

# mcpServer Config

{
  "mcpServers": {
    "mcp-atlassian-sse": {
      "url": "http://localhost:9000/sse"
    }
  }
}

# sseURL

http://localhost:9000/sse
Transport:
sse
Language:
Python
Created: 4/24/2025
Updated: 6/21/2025