Skip to content
Cline

Dr.Deploy for Cline

io.github.dr-deploy/drdeploy-mcp

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

client:Cline transport:stdio runtime:npm

Install Dr.Deploy in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "drdeploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@drdeploy/mcp"
      ],
      "env": {
        "DRDEPLOY_TOKEN": "<DRDEPLOY_TOKEN>",
        "DRDEPLOY_API_HOST": "<DRDEPLOY_API_HOST>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Dr.Deploy in other clients