> ## Documentation Index
> Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up Atlassian Rovo MCP Server

> Allow TrueFoundry to connect to Atlassian Rovo MCP so agents can work with Jira, Confluence, and Compass.

Atlassian's Rovo MCP server gives agents access to Jira, Confluence, and Compass for searching issues, reading pages, creating tickets, and working across Atlassian products. Atlassian uses an allowlist model, so an organization admin must allow your TrueFoundry domain before users connect.

## Prerequisites

* A TrueFoundry account with permission to add MCP servers.
* An Atlassian Cloud organization with Jira, Confluence, or Compass.
* Organization admin access in [admin.atlassian.com](https://admin.atlassian.com).

## Allow TrueFoundry in Atlassian

In Atlassian Admin, select your organization and open **Apps** > **AI settings** > **Rovo MCP server**. Under **Allowed domains**, add your TrueFoundry control plane domain, for example:

```txt theme={"dark"}
https://<tfy-control-plane-base-url>/**
```

Atlassian handles dynamic client registration for allowlisted domains, so you do not need to create a separate OAuth client.

## Register in TrueFoundry

<Steps>
  <Step title="Add the Atlassian MCP server">
    In TrueFoundry, open **MCP Gateway**, click **Add MCP Server**, and select **Atlassian**.
  </Step>

  <Step title="Configure the server">
    Use the following values:

    | Field              | Value                                          |
    | ------------------ | ---------------------------------------------- |
    | **Name**           | `atlassian`                                    |
    | **Description**    | `Atlassian is a software development platform` |
    | **URL**            | `https://mcp.atlassian.com/v1/mcp`             |
    | **Authentication** | `OAuth2`                                       |

    Turn on **Auth Data** and select the **OAuth2** tab. Because your TrueFoundry domain is allowlisted in Atlassian, you do not need to enter a separate OAuth client ID or secret.
  </Step>

  <Step title="Add collaborators">
    Add the users or teams that should use Atlassian tools. Assign **MCP Server Manager** to administrators and **MCP Server User** to consumers.
  </Step>

  <Step title="Save and authorize">
    Click **Add MCP Server**. Each user should open the server's **Tools** section and click **Connect Now** to complete Atlassian OAuth. After authorization succeeds, Atlassian tools appear and can be tried from the **Agent Playground**.
  </Step>
</Steps>

## Security Notes

Each user operates with their existing Jira, Confluence, and Compass permissions. Removing the TrueFoundry domain from Atlassian's allowlist revokes new OAuth connections. If Atlassian IP allowlisting is enabled, allow traffic from the environment where TrueFoundry connects to the remote MCP server.
