export ATLASSIAN_API_TOKEN="****"
export ATLASSIAN_EMAIL="***@***.com"
export ATLASSIAN_DOMAIN="***-***-***"
"mcpServers": {
"atlassian": {
"type": "sse",
"url": "https://mcp.atlassian.com/v1/sse",
"args": {
"env": {
"ATLASSIAN_API_TOKEN": "${ATLASSIAN_API_TOKEN}",
"ATLASSIAN_EMAIL": "${ATLASSIAN_EMAIL}",
"ATLASSIAN_DOMAIN": "${ATLASSIAN_DOMAIN}"
}
}
}
},
There's a discussion group related to Atlassian Rovo MCP Server, so I would redirect you there. As this is a discussion group, there are no options for questions, but I would suggest raising a discussion about what you're struggling with, so maybe someone from the team can help out.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.