Developer Tools
Trust: 39/100 (Limited)io.github.JustinBeckwith/gongio-mcp Guide
MCP server for Gong.io - access calls, transcripts, and users
6 starsby JustinBeckwith
Quick Start
Install
npx gongio-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-justinbeckwith-gongio-mcp": {
"command": "npx",
"args": [
"gongio-mcp"
]
}
}
}