Server data from the Official MCP Registry
MCP tools for drdeploy: scan deployed sites, list, get findings, check status.
MCP tools for drdeploy: scan deployed sites, list, get findings, check status.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
16 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DRDEPLOY_TOKEN
Environment variable: DRDEPLOY_API_HOST
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-dr-deploy-drdeploy-mcp": {
"env": {
"DRDEPLOY_TOKEN": "your-drdeploy-token-here",
"DRDEPLOY_API_HOST": "your-drdeploy-api-host-here"
},
"args": [
"-y",
"@drdeploy/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
A live monitor for shipped websites. Watches your live URL and catches the embarrassing things you didn't notice — leaked API keys, broken og:image, missing favicons, exposed .env files, security header gaps. Within seconds of every deploy.
This repo is the public source for everything that runs outside the Dr.Deploy service: the CLI, the MCP server, and the Claude Code skills.
| Package | What it is | Install |
|---|---|---|
@drdeploy/cli | drdeploy command-line tool. Single static binary. macOS + Linux. | npm i -g @drdeploy/cli or curl -fsSL drdeploy.dev/install | sh |
@drdeploy/mcp | Model Context Protocol server. Bundled into the CLI binary; published separately for non-CLI MCP use cases. | npm i @drdeploy/mcp |
@drdeploy/skills | Claude Code / Cursor / Cline skills. Drops SKILL.md files + downloads the binary + adds drdeploy routing to CLAUDE.md. | npx @drdeploy/skills setup |
The same product, six surfaces:
# Default (any OS, any user)
curl -fsSL https://drdeploy.dev/install | sh
# Mac power users
brew install dr-deploy/tap/drdeploy
# Node ecosystem devs
npm install -g @drdeploy/cli
# Claude Code / AI-editor users
npx @drdeploy/skills setup
# Claude Code (native plugin marketplace)
> /plugin marketplace add Dr-Deploy/drdeploy
> /plugin install drdeploy
# Direct download (Windows + manual installs)
# https://github.com/Dr-Deploy/drdeploy/releases/latest
# Standalone via npm:
DRDEPLOY_TOKEN=$(cat ~/.config/drdeploy/token) npx @drdeploy/mcp
# Or bundled in the CLI binary:
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
The MCP server is also published to the official MCP Registry at io.github.dr-deploy/drdeploy-mcp, which means it's discoverable from Smithery, mcp.so, and any other MCP-aware client that pulls from the canonical registry.
sk-*, Anthropic sk-ant-*, Stripe sk_live_*, AWS AKIA*, GitHub ghp_*, Slack xoxb-*).env, .git/config, .DS_Store at common paths$ drdeploy login
$ drdeploy add example.com
$ drdeploy scan example.com
✓ Scan queued (run #1247)
Watch progress on the dashboard or rerun: drdeploy scan example.com
For Claude Code / Cursor / Cline:
$ npx @drdeploy/skills setup
✓ drdeploy CLI 0.1.0 installed
✓ Wrote ~/.claude/skills/drdeploy/SKILL.md
? Append drdeploy routing rules to CLAUDE.md? (Y/n)
# Now in your AI editor:
> /drdeploy scan myapp.com
git clone https://github.com/Dr-Deploy/drdeploy.git
cd drdeploy
bun install
bun run typecheck
bun test
This is a Bun workspace. Each package has its own package.json and TS config extending tsconfig.base.json.
cd packages/cli
bun run build # current platform → ./dist/drdeploy
bun run build:all # all 4 platforms → ./dist/drdeploy-{darwin,linux}-{arm64,x64}
Releases are managed via Changesets. To propose a release:
bun run changeset # interactive: pick packages + bump type + write changelog
git commit -am "chore: release"
# Open PR. Merge. Tag. CI builds binaries + publishes to npm.
MIT. See LICENSE.
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption