I need configuration to use MCP with only email, token or cloud_id, because i will use with agent or bot or automatization
Hey @GINNO SEBASTIAN TAIMAL VILLARROEL ,
Have you checked the following article: Configuring authentication via API token?
Basically, you can choose between personal API token or service account API key.
In the MCP config, you'll have something like:
{
"mcpServers": {
"atlassian-rovo-mcp": {
"url": "https://mcp.atlassian.com/v1/mcp",
"headers": {
"Authorization": "Basic <BASE64_ENCODED_VALUE>"
}
}
}
}
But yeah, it should all be stated in the docs above.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.