Gong MCP Server

by kenazk

Gong MCP Server

Ein Model Context Protocol (MCP)-Server, der Zugriff auf die Gong-API zum Abrufen von Anrufaufzeichnungen und Transkripten bietet. Dieser Server ermöglicht Claude die Interaktion mit Gong-Daten über eine standardisierte Schnittstelle.

Merkmale

  • Gong-Anrufe auflisten mit optionaler Datumsbereichsfilterung
  • Abrufen detaillierter Transkripte für bestimmte Anrufe
  • Sichere Authentifizierung mit den API-Anmeldeinformationen von Gong
  • Standardisierte MCP-Schnittstelle für die einfache Integration mit Claude

Voraussetzungen

  • Node.js 18 oder höher
  • Docker (optional, für containerisierte Bereitstellung)
  • Gong-API-Anmeldeinformationen (Zugriffsschlüssel und Geheimnis)

Installation

Lokale Entwicklung

  1. Klonen Sie das Repository
  2. Installieren Sie Abhängigkeiten:
    npm install
  3. Erstellen Sie das Projekt:
    npm run build

Docker

Erstellen Sie den Container:

docker build -t gong-mcp .

Claude konfigurieren

  1. Öffnen Sie die Claude Desktop-Einstellungen
  2. Navigieren Sie zum Abschnitt „MCP-Server“
  3. Fügen Sie einen neuen Server mit der folgenden Konfiguration hinzu:
{ "command": "docker", "args": [ "run", "-it", "--rm", "gong-mcp" ], "env": { "GONG_ACCESS_KEY": "your_access_key_here", "GONG_ACCESS_SECRET": "your_access_secret_here" } }
  1. Ersetzen Sie die Platzhalter-Anmeldeinformationen durch Ihre tatsächlichen Gong-API-Anmeldeinformationen aus Ihrer .env Datei

Verfügbare Tools

Anrufe auflisten

Ruft eine Liste von Gong-Anrufen mit optionaler Datumsbereichsfilterung ab.

{ name: "list_calls", description: "List Gong calls with optional date range filtering. Returns call details including ID, title, start/end times, participants, and duration.", inputSchema: { type: "object", properties: { fromDateTime: { type: "string", description: "Start date/time in ISO format (e.g. 2024-03-01T00:00:00Z)" }, toDateTime: { type: "string", description: "End date/time in ISO format (e.g. 2024-03-31T23:59:59Z)" } } } }

Transkripte abrufen

Ruft detaillierte Transkripte für angegebene Anruf-IDs ab.

{ name: "retrieve_transcripts", description: "Retrieve transcripts for specified call IDs. Returns detailed transcripts including speaker IDs, topics, and timestamped sentences.", inputSchema: { type: "object", properties: { callIds: { type: "array", items: { type: "string" }, description: "Array of Gong call IDs to retrieve transcripts for" } }, required: ["callIds"] } }

Lizenz

MIT-Lizenz – Einzelheiten finden Sie in der Datei „LICENSE“

Beitragen

  1. Forken Sie das Repository
  2. Erstellen Sie Ihren Feature-Zweig ( git checkout -b feature/amazing-feature )
  3. Übernehmen Sie Ihre Änderungen ( git commit -m 'Add some amazing feature' )
  4. Pushen zum Zweig ( git push origin feature/amazing-feature )
  5. Öffnen einer Pull-Anfrage

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Ein Model Context Protocol-Server, der Claude den Zugriff auf die API von Gong ermöglicht, um über eine standardisierte Schnittstelle Anrufaufzeichnungen und Transkripte abzurufen.

  1. Merkmale
    1. Voraussetzungen
      1. Installation
        1. Lokale Entwicklung
        2. Docker
      2. Claude konfigurieren
        1. Verfügbare Tools
          1. Anrufe auflisten
          2. Transkripte abrufen
        2. Lizenz
          1. Beitragen

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.
              Last updated -
              JavaScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.
              Last updated -
              Python
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that integrates high-quality text-to-speech capabilities with Claude Desktop and other MCP-compatible clients, supporting multiple voice options and audio formats.
              Last updated -
              TypeScript
              MIT License
            • -
              security
              -
              license
              -
              quality
              Official Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.
              Last updated -
              Python
              MIT License

            View all related MCP servers

            ID: ek3aamney5