★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"gong-mcp-full-api-in": {
"command": "npx",
"args": [
"-y",
"lionelquellery/Gong-mcp-full-api-integration"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gong-mcp-full-api-in npx -y lionelquellery/Gong-mcp-full-api-integration
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gong-mcp-full-api-in": {
"command": "npx",
"args": [
"-y",
"lionelquellery/Gong-mcp-full-api-integration"
]
}
}
}
📋 Copy
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_KEY GONG_ACCESS_SECRET GONG_ALLOW_RAW_REQUEST GONG_API_BASE_URL GONG_INCLUDE_ERROR_BODY GONG_MAX_RESPONSE_BYTES GONG_MAX_TOOL_OUTPUT_BYTES GONG_RAW_REQUEST_ALLOWED_PREFIXES LOG_LEVEL REDACT_PII gong_get_call gong_get_call_transcript gong_get_user_stats gong_list_activity_stats gong_list_calls gong_list_users gong_raw_request gong_update_crm_object info network