Set up the Gong MCP server
The MintMCP Gong MCP server gives AI agents access to Gong call recordings, transcripts, meeting management, user data, and conversation analytics. This guide covers connecting the MintMCP-hosted Gong server using per-user OAuth or an organization API token.
Prerequisites
- A MintMCP admin account
- A Gong account with admin access
Add Gong to MintMCP
- Per-user OAuth (recommended)
- API token
Per-user OAuth lets each team member authenticate with their own Gong account. Actions are attributed to their individual identity and limited by their existing Gong permissions.
Create a Gong integration
-
Go to app.gong.io and sign in as an admin.
-
Navigate to Admin Center > Settings > Ecosystem > API.
-
Select the Integrations tab.
-
Click Create Integration.
-
Fill in the integration details:
Field Value Name MintMCPDescription Gong MCP serverShort description Gong MCP server -
In the Required authorization scopes section, check all of the following scopes:
Scope Access granted api:calls:read:basicRead basic call data api:calls:read:transcriptRead call transcripts api:calls:createCreate calls api:users:readRead user information api:stats:interactionRead interaction statistics api:stats:user-actionsRead user action statistics api:settings:trackers:readRead tracker settings api:call-outcomes:readRead call outcomes api:workspaces:readRead workspace information api:meetings:user:createCreate meetings api:meetings:user:updateUpdate meetings api:meetings:user:deleteDelete meetings -
In the Redirect URI needed for the OAuth authorization code flow field, enter:
https://app.mintmcp.com/oauth/callback -
Fill in the remaining required links:
Field Value Privacy Policy https://www.mintmcp.com/privacyTerms & Conditions https://www.mintmcp.com/termsHelp article https://www.mintmcp.com/gong-mcp-setupAuthorization process begins https://app.mintmcp.comEmails of contacts Your organization's admin email address Domains app.mintmcp.com -
Click Save.
Copy the client ID and client secret
- After saving, Gong displays the integration's Client ID.
- Click Show secret to reveal the Client Secret.
- Copy both values — you'll need them in the next step.
Configure in MintMCP
- Go to app.mintmcp.com/vmcps?tab=manage-store.
- Find Gong in the list and click to install it.
- When prompted, enter the Client ID and Client Secret from the previous step.
- Click Save.
API tokens authenticate as an organization-level credential — all tool calls run with the permissions of the Gong account used to generate the token. Use this option for automated agents or when per-user OAuth is not available.
Generate an API token
- Go to app.gong.io and sign in as an admin.
- Navigate to Admin Center > Settings > Ecosystem > API.
- Click Get API key.
- Copy the Access Key and Access Key Secret — the secret is shown only once.
Configure in MintMCP
- Go to app.mintmcp.com/vmcps?tab=manage-store.
- Find Gong in the list and click to install it.
- Select env vars as the install mode.
- Enter the Access Key and Access Key Secret from the previous step.
- Click Save.
Security considerations
- Store the Client Secret (OAuth) and Access Key Secret (API token) securely — they cannot be recovered after the initial display.
- Per-user OAuth ties each tool call to an individual Gong identity, which provides a cleaner audit trail than a shared API token.
- API tokens run as an organization-level credential — actions are not attributed to a specific user.
- Limit the OAuth integration's scopes to only what the Gong MCP server requires. The scopes listed above are the minimum needed.
Next steps
- Tool customization — Control which Gong tools are exposed to users
- MCP gateway administration — Manage access and permissions