
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
Run the Bomly MCP server with npx. Downloads the matching Bomly CLI release binary and starts `bomly mcp serve`.
Give your coding agent the dependency graph it is about to change.
bomly-mcp starts the Bomly MCP server over stdio, so an MCP-aware agent can generate, diff, explain, and audit dependencies itself instead of asking you to paste scan output into chat.
Free and open source, no account, no login.
npx -y bomly-mcp
Claude Code:
claude mcp add --transport stdio bomly -- npx -y bomly-mcp
Cursor or VS Code, in .cursor/mcp.json or .vscode/mcp.json:
{
"mcpServers": {
"bomly": {
"type": "stdio",
"command": "npx",
"args": ["-y", "bomly-mcp"]
}
}
}
If you already have the bomly CLI on PATH, you do not need this package — point your client at bomly mcp serve instead.
| Tool | Use it for |
|---|---|
bomly_scan | Scan a path, Git URL, container image, or SBOM and return a compact dependency summary. |
bomly_explain | Show why one package is present, with full advisory details when enriched. |
bomly_diff | Compare dependencies between Git refs, container images, or SBOM files. |
bomly_plugins | List built-in and installed plugins with their enabled state. |
Full setup, arguments, and troubleshooting: docs/MCP.md.
The postinstall step downloads the Bomly release archive for your platform from GitHub Releases, checks it against that release's SHA256SUMS, and unpacks the binary into the package. A checksum mismatch fails the install; there is no unverified fallback.
Environment overrides:
BOMLY_MCP_VERSION — download a different CLI version.BOMLY_MCP_SKIP_DOWNLOAD=1 — skip the download (for lint or CI installs that never run the server).Supported: macOS, Linux, and Windows on x64 and arm64.
The server runs as you, on your machine, and reads the project files the Bomly process can read. Vulnerability, license, lifecycle, and scorecard lookups are opt-in per call via enrich. Some detectors invoke package-manager commands, and those tools can contact package registries as part of normal dependency resolution. See Detectors.
Apache-2.0.
FAQs
Run the Bomly MCP server with npx. Downloads the matching Bomly CLI release binary and starts `bomly mcp serve`.
The npm package bomly-mcp receives a total of 0 weekly downloads. As such, bomly-mcp popularity was classified as not popular.
We found that bomly-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
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.