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.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    MCP server for interacting with Gong's sales engagement platform, enabling access to call recordings, analytics, and CRM data.
    Last updated
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    MCP server for GoHighLevel API v2 that provides 50+ tools for CRM, billing, marketing, and operations workflows, enabling natural language interaction with contacts, opportunities, conversations, and more.
    Last updated
    50
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for Apollo.io B2B sales intelligence API. Enables searching and enriching people and organizations via natural language.
    Last updated
    7
    32
    3
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Remote MCP server that exposes Airspeed/Glyphic call data to Claude web, enabling tools to list, retrieve, and query calls, transcripts, snippets, and playbooks.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Gong MCP — wraps the Gong API v2 (OAuth)

  • MCP server for Google search results via SERP API

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

View all MCP Connectors

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