
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@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 46 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
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.