69
/ 100
4 days ago
glama

MCP Atlassian

Enables AI assistants to interact with Atlassian Confluence and Jira for searching, updating, and managing content and issues.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 6 credentials: ATLASSIAN_OAUTH_CLIENT_SECRET, CONFLUENCE_API_TOKEN, CONFLUENCE_PERSONAL_TOKEN, JIRA_API_TOKEN, JIRA_PERSONAL_TOKEN, ATLASSIAN_OAUTH_ACCESS_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configATLASSIAN_OAUTH_CLIENT_IDUnused Variables: The standard OAuth client variables (, ATLASSIAN_OAUTH_CLIENT_SECRET, ATLASSIAN_OAUTH_REDIRECT_URI, ATLASSIAN_OAUTH_SCOPE) are not used and can be omitted when configuring for BYOT.
🔐 secretATLASSIAN_OAUTH_CLIENT_SECRETUnused Variables: The standard OAuth client variables (ATLASSIAN_OAUTH_CLIENT_ID, , ATLASSIAN_OAUTH_REDIRECT_URI, ATLASSIAN_OAUTH_SCOPE) are not used and can be omitted when configuring for BYOT.
configATLASSIAN_OAUTH_REDIRECT_URIUnused Variables: The standard OAuth client variables (ATLASSIAN_OAUTH_CLIENT_ID, ATLASSIAN_OAUTH_CLIENT_SECRET, , ATLASSIAN_OAUTH_SCOPE) are not used and can be omitted when configuring for BYOT.
configATLASSIAN_OAUTH_SCOPE"": "read:jira-work write:jira-work read:confluence-content.all write:confluence-content offline_access",
configTRANSPORT
configPORT
configHOST
configSTREAMABLE_HTTP_PATH
configENABLED_TOOLSComma-separated list of tool names to enable (e.g., "confluence_search,jira_get_issue")
configCONFLUENCE_URL"": "https://your-company.atlassian.net/wiki",
configCONFLUENCE_USERNAME"": "your.email@company.com",
🔐 secretCONFLUENCE_API_TOKEN"": "your_confluence_api_token",
🔐 secretCONFLUENCE_PERSONAL_TOKEN"": "your_confluence_pat",
configJIRA_URL"": "https://your-company.atlassian.net",
configJIRA_USERNAME"": "your.email@company.com",
🔐 secretJIRA_API_TOKEN"": "your_jira_api_token"
🔐 secretJIRA_PERSONAL_TOKEN"": "your_jira_pat",
configATLASSIAN_OAUTH_CLOUD_ID(from wizard)
🔐 secretATLASSIAN_OAUTH_ACCESS_TOKENYour pre-existing OAuth 2.0 access token. (CLI: --oauth-access-token)
configREAD_ONLY_MODESet to "true" to disable write operations
configCONFLUENCE_SSL_VERIFY"": "false",
configCONFLUENCE_SPACES_FILTERFilter by space keys (e.g., "DEV,TEAM,DOC")
configJIRA_SSL_VERIFY"": "false"
configJIRA_PROJECTS_FILTERFilter by project keys (e.g., "PROJ,DEV,SUPPORT")
configNO_PROXYSupports standard HTTP_PROXY, HTTPS_PROXY, , SOCKS_PROXY.
configATLASSIAN_OAUTH_ENABLEdocker run -e =true -p 9000:9000 \
configCONFLUENCE_HTTP_PROXY
configHTTP_PROXYSupports standard , HTTPS_PROXY, NO_PROXY, SOCKS_PROXY.
configCONFLUENCE_HTTPS_PROXY
configHTTPS_PROXYSupports standard HTTP_PROXY, , NO_PROXY, SOCKS_PROXY.
configCONFLUENCE_NO_PROXYService-specific overrides are available (e.g., JIRA_HTTPS_PROXY, ).
configCONFLUENCE_SOCKS_PROXY
configSOCKS_PROXYSupports standard HTTP_PROXY, HTTPS_PROXY, NO_PROXY, .
configACCOUNT_MAPPINGSAccount to project mappings (e.g., "team-alpha:PROJ,DEV;team-beta:SUPPORT")
configJIRA_HTTP_PROXY
configJIRA_HTTPS_PROXYService-specific overrides are available (e.g., , CONFLUENCE_NO_PROXY).
configJIRA_NO_PROXY
configJIRA_SOCKS_PROXY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/saihiteesh-jira-account-mcp-1j0c2q)](https://m8ven.ai/mcp/saihiteesh-jira-account-mcp-1j0c2q)
commit: 0c7de5b924c7cf7961ec7327b540e0baf68660df
code hash: 723df456fd66a4ec21d2b24720f8ae71b0b9d7d05ddf4c027f20c523249c9661
verified: 6/23/2026, 10:19:22 AM
view raw JSON →