Gong MCP サーバー
GongのAPIにアクセスして通話録音とトランスクリプトを取得できるモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、Claudeは標準化されたインターフェースを介してGongデータを操作できます。
特徴
- オプションの日付範囲フィルタリングを使用して Gong 通話を一覧表示します 
- 特定の通話の詳細な記録を取得する 
- Gong の API 認証情報を使用した安全な認証 
- Claudeとの統合を容易にする標準化されたMCPインターフェース 
前提条件
- Node.js 18以上 
- Docker(オプション、コンテナ化されたデプロイメント用) 
- Gong API 資格情報 (アクセスキーとシークレット) 
インストール
地域開発
- リポジトリをクローンする 
- 依存関係をインストールします: npm install
- プロジェクトをビルドします。 npm run build
ドッカー
コンテナをビルドします。
クロードの設定
- Claudeデスクトップの設定を開く 
- MCPサーバーセクションに移動します 
- 次の構成で新しいサーバーを追加します。 
- プレースホルダーの資格情報を、 - .envファイルからの実際の Gong API 資格情報に置き換えます。
利用可能なツール
通話リスト
オプションの日付範囲フィルタリングを使用して、Gong コールのリストを取得します。
トランスクリプトを取得する
指定された通話 ID の詳細なトランスクリプトを取得します。
ライセンス
MITライセンス - 詳細はLICENSEファイルを参照
貢献
- リポジトリをフォークする 
- 機能ブランチを作成します( - git checkout -b feature/amazing-feature)
- 変更をコミットします ( - git commit -m 'Add some amazing feature')
- ブランチにプッシュする ( - git push origin feature/amazing-feature)
- プルリクエストを開く 
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.
Claude が Gong の API にアクセスし、標準化されたインターフェースを通じて通話録音とトランスクリプトを取得できるようにするモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- -security-license-qualityA 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 -
- Asecurity-licenseAqualityA Model Context Protocol server that provides DuckDuckGo search functionality for Claude, enabling web search capabilities through a clean tool interface with rate limiting support.Last updated -133462MIT License
- -security-license-qualityA Model Context Protocol server that enables Claude to perform Google Custom Search operations by connecting to Google's search API.Last updated -1
- Gladia MCPofficial-security-license-qualityOfficial 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.