Gong MCP 服务器
一个模型上下文协议 (MCP) 服务器,提供对 Gong API 的访问,用于检索通话录音和文字记录。该服务器允许 Claude 通过标准化接口与 Gong 数据进行交互。
特征
列出 Gong 呼叫,并可选择日期范围过滤
检索特定通话的详细记录
使用 Gong 的 API 凭证进行安全身份验证
标准化 MCP 接口,可轻松与 Claude 集成
先决条件
Node.js 18 或更高版本
Docker(可选,用于容器化部署)
Gong API 凭证(访问密钥和秘密)
安装
本地开发
克隆存储库
安装依赖项:
npm install构建项目:
npm run build
Docker
构建容器:
配置 Claude
打开 Claude 桌面设置
导航至 MCP 服务器部分
添加具有以下配置的新服务器:
将占位符凭据替换为
.env
文件中的实际 Gong API 凭据
可用工具
列出通话
检索带有可选日期范围过滤的 Gong 呼叫列表。
检索成绩单
检索指定呼叫 ID 的详细记录。
执照
MIT 许可证 - 详情请参阅许可证文件
贡献
分叉存储库
创建你的功能分支(
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
- -securityFlicense-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 -
- AsecurityAlicenseAqualityA 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 -136358MIT License
- -securityFlicense-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
-securityAlicense-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.Last updated -2MIT License