Dr.Deploy
Rank #19,178io.github.Dr-Deploy/drdeploy-mcp
MCP tools for drdeploy: scan deployed sites, list, get findings, check status.
Dr.Deploy is a Model Context Protocol (MCP) server published by dr-deploy. It ranks #19,178 of 132,046 servers tracked on MCP Toplist. Dr.Deploy is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 7, 2026 and most recently updated on May 7, 2026.
Ranks ahead of 112,868 of 132,046 servers on MCP Toplist.
Use Dr.Deploy
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add drdeploy-mcp -e "DRDEPLOY_TOKEN=<your DRDEPLOY_TOKEN>" -e "DRDEPLOY_API_HOST=<your DRDEPLOY_API_HOST>" -- npx -y @drdeploy/mcpReplace each placeholder with your own value before saving.
[mcp_servers.drdeploy-mcp]
command = "npx"
args = ["-y", "@drdeploy/mcp"]
[mcp_servers.drdeploy-mcp.env]
DRDEPLOY_TOKEN = "<your DRDEPLOY_TOKEN>"
DRDEPLOY_API_HOST = "<your DRDEPLOY_API_HOST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"drdeploy-mcp": {
"command": "npx",
"args": [
"-y",
"@drdeploy/mcp"
],
"env": {
"DRDEPLOY_TOKEN": "<your DRDEPLOY_TOKEN>",
"DRDEPLOY_API_HOST": "<your DRDEPLOY_API_HOST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"drdeploy-mcp": {
"command": "npx",
"args": [
"-y",
"@drdeploy/mcp"
],
"env": {
"DRDEPLOY_TOKEN": "<your DRDEPLOY_TOKEN>",
"DRDEPLOY_API_HOST": "<your DRDEPLOY_API_HOST>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"drdeploy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@drdeploy/mcp"
],
"env": {
"DRDEPLOY_TOKEN": "<your DRDEPLOY_TOKEN>",
"DRDEPLOY_API_HOST": "<your DRDEPLOY_API_HOST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"drdeploy-mcp": {
"command": "npx",
"args": [
"-y",
"@drdeploy/mcp"
],
"env": {
"DRDEPLOY_TOKEN": "<your DRDEPLOY_TOKEN>",
"DRDEPLOY_API_HOST": "<your DRDEPLOY_API_HOST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"drdeploy-mcp": {
"command": "npx",
"args": [
"-y",
"@drdeploy/mcp"
],
"env": {
"DRDEPLOY_TOKEN": "<your DRDEPLOY_TOKEN>",
"DRDEPLOY_API_HOST": "<your DRDEPLOY_API_HOST>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Dr-Deploy%2Fdrdeploy-mcp)<a href="https://mcptoplist.com/server/io.github.Dr-Deploy%2Fdrdeploy-mcp"><img src="https://mcptoplist.com/badge/io.github.Dr-Deploy%2Fdrdeploy-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
dr-deploy
Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | May 7, 2026 |
Frequently asked questions
- Who maintains Dr.Deploy?
- Dr.Deploy is maintained by dr-deploy, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Dr.Deploy listed on the Official MCP Registry?
- Yes — Dr.Deploy is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Dr.Deploy have?
- MCP Toplist tracks 1 version of Dr.Deploy, most recently published on May 7, 2026.
- Where can I find the source code for Dr.Deploy?
- The source code for Dr.Deploy is hosted at github.com/dr-deploy/drdeploy.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.