Gong-mcp-full-api-integration

lionelquellery/Gong-mcp-full-api-integration
★ 0 stars TypeScript 🔌 API Integration Updated today
MCP server wrapping the Gong public REST API. Exposes calls, transcripts, users, stats, and CRM updates as MCP tools for Claude Desktop / Claude Code / any MCP client.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gong-mcp-full-api-in": {
      "command": "npx",
      "args": [
        "-y",
        "lionelquellery/Gong-mcp-full-api-integration"
      ]
    }
  }
}

README Excerpt

Lets an LLM list calls, fetch transcripts, query user/team statistics, and update CRM objects through natural-language requests. --- - [Features](#features) - [Requirements](#requirements) - [Getting Gong credentials](#getting-gong-credentials) - [Installation](#installation) - [Option A — Pull from Docker Hub (fastest)](#option-a--pull-from-docker-hub-fastest)

Tools (20)

GONG_ACCESS_KEYGONG_ACCESS_SECRETGONG_ALLOW_RAW_REQUESTGONG_API_BASE_URLGONG_INCLUDE_ERROR_BODYGONG_MAX_RESPONSE_BYTESGONG_MAX_TOOL_OUTPUT_BYTESGONG_RAW_REQUEST_ALLOWED_PREFIXESLOG_LEVELREDACT_PIIgong_get_callgong_get_call_transcriptgong_get_user_statsgong_list_activity_statsgong_list_callsgong_list_usersgong_raw_requestgong_update_crm_objectinfonetwork