
Research
/Security News
Intercom’s npm Package Compromised in Ongoing Mini Shai-Hulud Worm Attack
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.
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
The npm package gongio-mcp receives a total of 366 weekly downloads. As such, gongio-mcp popularity was classified as not popular.
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
/Security News
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.

Research
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.