> ## 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 Gong MCP Server

> Create a Gong OAuth integration and connect Gong call and meeting tools to TrueFoundry.

A Gong MCP server can give agents access to call recordings, transcripts, meetings, users, and conversation analytics. Use a Gong OAuth integration and register the MCP server in TrueFoundry with per-user OAuth.

## Prerequisites

* A TrueFoundry account with permission to add MCP servers.
* Gong admin access.

## Create a Gong Integration

In Gong, open **Admin Center** > **Settings** > **Ecosystem** > **API** > **Integrations** and create a new integration. Set the redirect URI to:

```txt theme={"dark"}
https://<tfy-control-plane-base-url>/api/svc/v1/llm-gateway/mcp-servers/oauth2/callback
```

Select only the scopes needed for your tools, such as call basics, transcripts, users, meetings, trackers, workspaces, and interaction statistics. Copy the Client ID and Client Secret.

## Register in TrueFoundry

Deploy or select your Gong MCP server implementation, then add it as a remote OAuth2 MCP server in **MCP Gateway**. Use the Gong client credentials, add collaborators, and save the server. Users should open the server's **Tools** section and click **Connect Now**; after OAuth succeeds, Gong tools appear and can be tried from the **Agent Playground**.

## Security Notes

Gong data often contains sensitive customer conversations. Prefer per-user OAuth, limit scopes, and expose write-capable meeting tools only to trusted teams.
