MCP server exposing the Gong sales-intelligence API to AI clients — deploy on Cloud Run with Google OAuth, or run locally over stdio.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gong-mcp": {
"command": "npx",
"args": [
"-y",
"micahyee415/gong-mcp"
]
}
}
}
Run in terminal:
claude mcp add gong-mcp npx -y micahyee415/gong-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"gong-mcp": {
"command": "npx",
"args": [
"-y",
"micahyee415/gong-mcp"
]
}
}
}