Gong MCP Server
@kenazk
About Gong MCP Server
Simple Gong MCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gong-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"gong-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Gong MCP Server?
A Model Context Protocol (MCP) server that provides access to Gong’s API for retrieving call recordings and transcripts, allowing Claude to interact with Gong data through a standardized interface.
How to use Gong MCP Server?
Install prerequisites (Node.js 18 or higher, optional Docker), clone the repository, run npm install and npm run build. Optionally build a Docker image with docker build -t gong-mcp .. Configure Claude Desktop by adding a new MCP server with the Docker run command and environment variables GONG_ACCESS_KEY and GONG_ACCESS_SECRET set to your Gong API credentials.
Key features of Gong MCP Server
- List Gong calls with optional date range filtering
- Retrieve detailed transcripts for specific call IDs
- Secure authentication using Gong API credentials
- Standardized MCP interface for Claude integration
- Supports Docker for containerized deployment
Use cases of Gong MCP Server
- Retrieve a filtered list of Gong calls by date range
- Obtain full transcripts including speaker IDs and timestamped sentences
- Integrate Gong call data into conversations with Claude
- Analyze call details such as duration and participants
FAQ from Gong MCP Server
What are the prerequisites to use Gong MCP Server?
You need Node.js 18 or higher for local development, and Docker (optional) for containerized deployment. You also need Gong API credentials (Access Key and Secret).
How do I configure Gong MCP Server with Claude Desktop?
In Claude Desktop settings, add a new MCP server using the provided JSON configuration that runs the Docker container with your Gong API credentials set in the environment variables.
Can I run Gong MCP Server without Docker?
Yes. You can clone the repository, install dependencies with npm install, and build the project with npm run build to run it locally.
What tools does Gong MCP Server expose?
Two tools: list_calls (retrieve calls with optional date range filtering) and retrieve_transcripts (retrieve detailed transcripts for specified call IDs).
What authentication does Gong MCP Server use?
It uses Gong API credentials: an access key and access secret, which must be provided as environment variables when running the server.
Frequently asked questions
What are the prerequisites to use Gong MCP Server?
You need Node.js 18 or higher for local development, and Docker (optional) for containerized deployment. You also need Gong API credentials (Access Key and Secret).
How do I configure Gong MCP Server with Claude Desktop?
In Claude Desktop settings, add a new MCP server using the provided JSON configuration that runs the Docker container with your Gong API credentials set in the environment variables.
Can I run Gong MCP Server without Docker?
Yes. You can clone the repository, install dependencies with `npm install`, and build the project with `npm run build` to run it locally.
What tools does Gong MCP Server expose?
Two tools: `list_calls` (retrieve calls with optional date range filtering) and `retrieve_transcripts` (retrieve detailed transcripts for specified call IDs).
What authentication does Gong MCP Server use?
It uses Gong API credentials: an access key and access secret, which must be provided as environment variables when running the server.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Comments