Content
# Gong MCP Server
Public-safe MCP server for querying Gong calls, transcripts, recordings, deal context, rep activity, scorecards, and trackers from your own Gong workspace.
This project is an independent integration and is not affiliated with, endorsed by, or sponsored by Gong. Users are responsible for complying with Gong's API terms and for using their own credentials and workspace data.
## Current Status
The TypeScript server in [`gong-worker`](./gong-worker) runs as an MCP server over stdio.
## Quick Start
1. Copy [`.env.example`](./.env.example) to `.env`.
2. Add your own Gong credentials and workspace URL:
```env
GONG_ACCESS_KEY=your_access_key
GONG_ACCESS_KEY_SECRET=your_access_key_secret
GONG_BASE_URL=https://us-12345.api.gong.io
```
3. Install dependencies:
```bash
cd gong-worker
npm install
```
4. Build the server:
```bash
npm run build
```
5. Run it over stdio:
```bash
node dist/index.js
```
## Configuration
- `GONG_ACCESS_KEY`: your Gong API access key
- `GONG_ACCESS_KEY_SECRET`: your Gong API access key secret
- `GONG_BASE_URL`: your Gong workspace API base URL, which varies by tenant and region
- `ANTHROPIC_API_KEY`: optional, only used by the Python summarization helpers
## Using Your Own Gong Workspace
This repo is intentionally workspace-agnostic. To use it, each user must supply credentials for their own Gong instance.
You should replace all three Gong environment variables with values from your own account:
- access key
- access key secret
- workspace-specific API base URL
Do not reuse the example URL as-is. It is only a placeholder showing the expected format.
## Available MCP Tools
- `getRecentCalls`
- `getCallTranscript`
- `getCallDetails`
- `getTalkRatio`
- `getCallRecording`
- `getDealContext`
- `getUsers`
- `getRepActivity`
- `getScorecards`
- `getTrackerDefinitions`
- `getCallCount`
## Notes
- The Python scripts in [`tools`](./tools) are still present for local workflows and summaries.
- The MCP server requires a tenant-specific `GONG_BASE_URL`; there is no shared default workspace.
Connection Info
You Might Also Like
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
Appwrite
Build like a team of hundreds
semantic-kernel
Build and deploy intelligent AI agents with Semantic Kernel's orchestration...
Anthropic-Cybersecurity-Skills
734+ structured cybersecurity skills for AI agents · MITRE ATT&CK mapped ·...