
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
An MCP (Model Context Protocol) server that provides access to your Gong.io data. Query calls, retrieve transcripts, and list users directly from Claude or any MCP-compatible client.
npm install -g gongio-mcp
git clone https://github.com/your-username/gongio-mcp.git
cd gongio-mcp
npm install
npm run build
Set your Gong credentials as environment variables:
export GONG_ACCESS_KEY="your-access-key"
export GONG_ACCESS_KEY_SECRET="your-secret-key"
gongio-mcp
# or if installed locally:
npm start
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"gong": {
"command": "npx",
"args": ["gongio-mcp"],
"env": {
"GONG_ACCESS_KEY": "your-access-key",
"GONG_ACCESS_KEY_SECRET": "your-secret-key"
}
}
}
}
list_callsList Gong calls with optional date filtering.
Parameters:
fromDateTime (optional): Start date in ISO 8601 formattoDateTime (optional): End date in ISO 8601 formatcursor (optional): Pagination cursorget_call_detailsGet detailed information about specific calls.
Parameters:
callIds (required): Array of call IDsget_transcriptsRetrieve full transcripts for specified calls.
Parameters:
callIds (required): Array of call IDslist_usersList all Gong users in your workspace.
Parameters:
cursor (optional): Pagination cursorsearch_callsSearch for calls with various filters.
Parameters:
fromDateTime (optional): Start date in ISO 8601 formattoDateTime (optional): End date in ISO 8601 formatprimaryUserIds (optional): Array of user IDs to filter by hostcallIds (optional): Array of specific call IDscursor (optional): Pagination cursorgong://usersReturns a JSON list of all users in your Gong workspace.
Once connected to Claude, you can ask things like:
# Run with hot reload (requires Bun)
bun run dev
# Type check
npm run typecheck
# Build for distribution
npm run build
MIT
FAQs
MCP server for Gong.io - access calls, transcripts, and users
We found that gongio-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.