공 MCP 서버
Gong의 통화 녹음 및 녹취록 검색 API에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 Claude는 표준화된 인터페이스를 통해 Gong 데이터와 상호 작용할 수 있습니다.
특징
선택적 날짜 범위 필터링을 사용하여 Gong 통화 목록 작성
특정 통화에 대한 자세한 대화 내용을 검색합니다.
Gong의 API 자격 증명을 사용한 보안 인증
Claude와의 쉬운 통합을 위한 표준화된 MCP 인터페이스
필수 조건
Node.js 18 이상
Docker(컨테이너화된 배포를 위한 선택 사항)
Gong API 자격 증명(액세스 키 및 비밀번호)
설치
지역 개발
저장소를 복제합니다
종속성 설치:
지엑스피1
프로젝트를 빌드하세요:
npm run build
도커
컨테이너를 빌드하세요:
Claude 구성
Claude Desktop 설정 열기
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