🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bomly-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bomly-mcp

Run the Bomly MCP server with npx. Downloads the matching Bomly CLI release binary and starts `bomly mcp serve`.

latest
Source
npmnpm
Version
0.21.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

bomly-mcp

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.

Use it

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.

Tools

ToolUse it for
bomly_scanScan a path, Git URL, container image, or SBOM and return a compact dependency summary.
bomly_explainShow why one package is present, with full advisory details when enriched.
bomly_diffCompare dependencies between Git refs, container images, or SBOM files.
bomly_pluginsList built-in and installed plugins with their enabled state.

Full setup, arguments, and troubleshooting: docs/MCP.md.

How it installs

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.

Network behavior

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.

Keywords

mcp

FAQs

Package last updated on 31 Jul 2026

Did you know?

Socket

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.

Install

Related posts