MCP.so
登录

Gong MCP Server

@kenazk

关于 Gong MCP Server

Simple Gong MCP server

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

kenazk

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "gong-mcp": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "gong-mcp",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器