|
| 1 | +id: atlassian |
| 2 | +name: Atlassian |
| 3 | +description: Comprehensive MCP server for Atlassian tools (Confluence and Jira) supporting both Cloud and Server/Data |
| 4 | + Center deployments with multiple authentication methods including API tokens, Personal Access Tokens, and OAuth 2.0. |
| 5 | +author: sooperset |
| 6 | +url: https://github.com/sooperset/mcp-atlassian |
| 7 | +tags: |
| 8 | + - atlassian |
| 9 | + - jira |
| 10 | + - confluence |
| 11 | + - project-management |
| 12 | + - issue-tracking |
| 13 | + - documentation |
| 14 | + - collaboration |
| 15 | + - oauth |
| 16 | + - api-integration |
| 17 | +prerequisites: |
| 18 | + - Docker |
| 19 | + - Atlassian account (Cloud or Server/Data Center) |
| 20 | +content: |
| 21 | + - name: Docker |
| 22 | + prerequisites: |
| 23 | + - Docker |
| 24 | + - Atlassian Cloud account |
| 25 | + content: > |
| 26 | + { |
| 27 | + "command": "docker", |
| 28 | + "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@sha256:27c8e5b890e16134a443f49683eaa794fdb48ed5bef785c1b4c88a0cd729df56"], |
| 29 | + "env": { |
| 30 | + "CONFLUENCE_URL": "{{CONFLUENCE_URL}}", |
| 31 | + "CONFLUENCE_USERNAME": "{{CONFLUENCE_USERNAME}}", |
| 32 | + "CONFLUENCE_API_TOKEN": "{{CONFLUENCE_API_TOKEN}}", |
| 33 | + "JIRA_URL": "{{JIRA_URL}}", |
| 34 | + "JIRA_USERNAME": "{{JIRA_USERNAME}}", |
| 35 | + "JIRA_API_TOKEN": "{{JIRA_API_TOKEN}}" |
| 36 | + } |
| 37 | + } |
| 38 | + parameters: |
| 39 | + - name: Confluence URL |
| 40 | + key: CONFLUENCE_URL |
| 41 | + placeholder: https://your-company.atlassian.net/wiki |
| 42 | + - name: Confluence Username |
| 43 | + key: CONFLUENCE_USERNAME |
| 44 | + placeholder: your.email@company.com |
| 45 | + - name: Confluence API Token |
| 46 | + key: CONFLUENCE_API_TOKEN |
| 47 | + placeholder: your_confluence_api_token |
| 48 | + - name: Jira URL |
| 49 | + key: JIRA_URL |
| 50 | + placeholder: https://your-company.atlassian.net |
| 51 | + - name: Jira Username |
| 52 | + key: JIRA_USERNAME |
| 53 | + placeholder: your.email@company.com |
| 54 | + - name: Jira API Token |
| 55 | + key: JIRA_API_TOKEN |
| 56 | + placeholder: your_jira_api_token |
| 57 | + - name: UVX |
| 58 | + prerequisites: |
| 59 | + - Python and uv |
| 60 | + content: > |
| 61 | + { |
| 62 | + "command": "uvx", |
| 63 | + "args": ["--from", "mcp-atlassian==0.11.9", "--hash", "sha256:1ba6a171b5299e554d4e0eff98279e74cdc4eb1c12c8e62be924103d9cd38e5e", "mcp-atlassian"], |
| 64 | + "env": { |
| 65 | + "CONFLUENCE_URL": "{{CONFLUENCE_URL}}", |
| 66 | + "CONFLUENCE_USERNAME": "{{CONFLUENCE_USERNAME}}", |
| 67 | + "CONFLUENCE_API_TOKEN": "{{CONFLUENCE_API_TOKEN}}", |
| 68 | + "JIRA_URL": "{{JIRA_URL}}", |
| 69 | + "JIRA_USERNAME": "{{JIRA_USERNAME}}", |
| 70 | + "JIRA_API_TOKEN": "{{JIRA_API_TOKEN}}" |
| 71 | + } |
| 72 | + } |
| 73 | + parameters: |
| 74 | + - name: Confluence URL |
| 75 | + key: CONFLUENCE_URL |
| 76 | + placeholder: https://your-company.atlassian.net/wiki |
| 77 | + - name: Confluence Username |
| 78 | + key: CONFLUENCE_USERNAME |
| 79 | + placeholder: your.email@company.com |
| 80 | + - name: Confluence API Token |
| 81 | + key: CONFLUENCE_API_TOKEN |
| 82 | + placeholder: your_confluence_api_token |
| 83 | + - name: Jira URL |
| 84 | + key: JIRA_URL |
| 85 | + placeholder: https://your-company.atlassian.net |
| 86 | + - name: Jira Username |
| 87 | + key: JIRA_USERNAME |
| 88 | + placeholder: your.email@company.com |
| 89 | + - name: Jira API Token |
| 90 | + key: JIRA_API_TOKEN |
| 91 | + placeholder: your_jira_api_token |
0 commit comments