gong-mcp
MCP integration for Gong API, enabling AI assistants to interact with Gong call recordings, transcripts, and analytics.
pnpm install
pnpm build
~/.cursor/mcp.json
with your Gong credentials:
{ "mcpServers": { "gong-mcp": { "type": "stdio", "command": "/opt/homebrew/bin/node", "args": ["/path/to/gong-mcp/build/index.js"], "cwd": "/path/to/gong-mcp", "environment": { "GONG_ACCESS_KEY": "your-access-key", "GONG_SECRET": "your-secret" } } } }
The following environment variables are required:
GONG_ACCESS_KEY
: Your Gong API access keyGONG_SECRET
: Your Gong API secretThese can be set either in your environment or in the Cursor MCP config.
Available npm scripts:
pnpm build # Build the TypeScript code pnpm dev # Watch mode for development pnpm test # Run all tests pnpm test:smoke # Run smoke tests only pnpm lint # Run ESLint
Run the smoke tests to validate your setup:
pnpm test:smoke
Note: Make sure to have GONG_ACCESS_KEY
and GONG_SECRET
environment variables set before running tests.
Once configured in your global Cursor MCP settings, the AI assistant can:
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!