Skip to main content
Glama
bgrgndzz

gong-mcp

by bgrgndzz

gong-mcp

MCP server for the Gong API. Search calls, get transcripts, attendees, next steps, and more — directly from Claude or any MCP client.

Setup

1. Get Gong API Credentials

  1. Log into Gong as an admin

  2. Go to Company Settings > Ecosystem > API > API Keys

  3. Click Create to generate an Access Key and Access Key Secret

  4. Copy both values (the secret is shown only once)

2. Configure your MCP client

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json) or Claude Code settings:

{
  "mcpServers": {
    "gong": {
      "command": "npx",
      "args": ["-y", "@bgrgndzz/gong-mcp@latest"],
      "env": {
        "GONG_ACCESS_KEY": "your-access-key",
        "GONG_ACCESS_KEY_SECRET": "your-access-key-secret"
      }
    }
  }
}

If your Gong instance uses a custom API base URL (e.g., https://us-0000.api.gong.io), add it:

"env": {
  "GONG_ACCESS_KEY": "your-access-key",
  "GONG_ACCESS_KEY_SECRET": "your-access-key-secret",
  "GONG_BASE_URL": "https://us-0000.api.gong.io"
}

Related MCP server: ghl-mcp

Tools

Tool

Description

list-calls

List calls within a date range with attendee info

get-call-details

Get full call details: attendees, topics, highlights, next steps, key points, outcome

get-call-transcript

Get speaker-attributed transcripts with timestamps

search-calls

Search calls by date range, user, workspace, or call IDs

list-users

List all Gong users (for mapping IDs to names)

get-user

Get details for a specific user

Environment Variables

Variable

Required

Description

GONG_ACCESS_KEY

Yes

Gong API access key

GONG_ACCESS_KEY_SECRET

Yes

Gong API access key secret

GONG_BASE_URL

No

Custom API base URL (default: https://api.gong.io)

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bgrgndzz/gong-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server