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.

コメント

「その他」の他のコンテンツ