Odel
Dr.Deploy

Dr.Deploy

Local
@dr-deployTypeScriptMITUpdated 4mo ago

MCP tools for drdeploy: scan deployed sites, list, get findings, check status.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@drdeploy/mcpv0.1.4

Run

npx -y @drdeploy/mcp

MCP client config

{
  "mcpServers": {
    "dr-deploy": {
      "command": "npx",
      "args": [
        "-y",
        "@drdeploy/mcp"
      ]
    }
  }
}