
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@drdeploy/mcp
Advanced tools
Model Context Protocol server for drdeploy — exposes site scanning, findings, and status as MCP tools to AI editors (Claude Code, Cursor, Cline, Continue).
drdeploy MCP serverExposes drdeploy capabilities as a Model Context Protocol server so AI editors (Claude Code, Cursor, Cline, Continue, …) can call into your monitored sites without leaving the IDE.
drdeploy.list_sites → array of {host, environment, plan, last_scan}
drdeploy.scan(url) → triggers a scan, returns scan_id
drdeploy.get_findings(scan_id) → latest findings, severity-grouped
drdeploy.get_status(host) → uptime + cert + last-finding summary
drdeploy.watch(host) → start watching a host (subscribable)
Each tool maps 1:1 to a /api/v1/* endpoint on the Rails app. The MCP
layer is auth-scoped to the user's local CLI token (~/.config/drdeploy/token)
— it never asks the agent for credentials.
drdeploy mcp serve from the CLI binary runs this.
Used by Claude Code, Cursor, etc.drdeploy mcp install --client claude # writes ~/.claude/mcp_servers.json
drdeploy mcp install --client cursor # writes ~/.cursor/mcp.json
drdeploy mcp install --client cline # writes ~/.cline/mcp_settings.json
Each command writes the right config file with the right command + args invocation, then prints what it did.
sdk/mcp/The MCP server is its own package because:
@drdeploy/mcp on npm independently of the CLI.The CLI imports it as @drdeploy/mcp (workspace-linked) and bundles it
into the single binary at compile time.
bun install
bun run build # → bundle for inclusion in the CLI binary
bun run typecheck
/api/v1/openapi.json on the Rails app is the contract. The MCP tool
definitions are generated from it — re-run bun run regen-tools
whenever the OpenAPI spec changes.
FAQs
Model Context Protocol server for drdeploy — exposes site scanning, findings, and status as MCP tools to AI editors (Claude Code, Cursor, Cline, Continue).
The npm package @drdeploy/mcp receives a total of 29 weekly downloads. As such, @drdeploy/mcp popularity was classified as not popular.
We found that @drdeploy/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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.