gong-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gong-mcpfind calls from last week about Q4 planning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Log into Gong as an admin
Go to Company Settings > Ecosystem > API > API Keys
Click Create to generate an Access Key and Access Key Secret
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 within a date range with attendee info |
| Get full call details: attendees, topics, highlights, next steps, key points, outcome |
| Get speaker-attributed transcripts with timestamps |
| Search calls by date range, user, workspace, or call IDs |
| List all Gong users (for mapping IDs to names) |
| Get details for a specific user |
Environment Variables
Variable | Required | Description |
| Yes | Gong API access key |
| Yes | Gong API access key secret |
| No | Custom API base URL (default: |
License
MIT
This server cannot be installed
Maintenance
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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