Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Image Processor MCP Server
  • Gmail Plugin MCP Server
  • Xano MCP Server
  • MCP Server for Intercom
  • Mealie MCP Server
Back to MCP Servers
gong-mcp

gong-mcp

Public
MaPa07/gong-mcp

MCP integration for Gong API enabling AI assistants to securely access and analyze call recordings, transcripts, user data, and generate briefs via Model Context Protocol.

javascript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with gong-mcp

MCP Server

Unlock the full potential of gong-mcp through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Gong MCP

MCP integration for Gong API, enabling AI assistants to interact with Gong call recordings, transcripts, and analytics.

Features

  • Authentication via secure Basic Auth
  • Access to calls, transcripts, users, and more
  • Compatible with Cursor AI assistant
  • Includes brief generation capability

Prerequisites

  • Node.js >= 20.0.0
  • pnpm (recommended) or npm
  • Gong API credentials (Access Key and Secret)

Setup

  1. Clone this repository
  2. Install dependencies:
    pnpm install
  3. Build the TypeScript code:
    pnpm build
  4. Configure your global Cursor MCP config at ~/.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" } } } }

Environment Variables

The following environment variables are required:

  • GONG_ACCESS_KEY: Your Gong API access key
  • GONG_SECRET: Your Gong API secret

These can be set either in your environment or in the Cursor MCP config.

Documentation

  • Main Documentation - Detailed API and usage documentation
  • Sample Requests - Example API requests and responses

Development

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

Testing

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.

Usage with Cursor

Once configured in your global Cursor MCP settings, the AI assistant can:

  • Retrieve call recordings and transcripts
  • Search for calls by date range or participants
  • Access user information
  • Generate briefs for deals/accounts
  • Analyze call patterns and metrics
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based Model Context Protocol server enabling creation, access, and summarization of tex...

    2 tools
    Added May 30, 2025
  • Gmail Plugin MCP Server
    Gmail Plugin MCP Server

    Enables seamless Gmail integration via Model Context Protocol, allowing MCP clients to securely send...

    Added May 30, 2025
  • Xano MCP Server
    Xano MCP Server

    Python-based Model Context Protocol server enabling AI assistants to securely interact with Xano ins...

    Added May 30, 2025
  • MCP Server for Intercom
    MCP Server for Intercom

    Enables AI assistants to access, search, and filter Intercom customer support conversations and tick...

    4 tools
    Added May 30, 2025
  • Mealie MCP Server
    Mealie MCP Server

    Enables AI assistants to access and interact with your Mealie recipe database via Model Context Prot...

    Added May 30, 2025