← Back to Plugins
MCP Server MCP

Dr.Deploy

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @drdeploy/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@drdeploy/mcp",
      "version": "0.1.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer token for the drdeploy API. Run `drdeploy login` to mint one.",
          "isRequired": true,
          "isSecret": true,
          "name": "DRDEPLOY_TOKEN"
        },
        {
          "description": "Override the API host. Defaults to https://drdeploy.dev.",
          "default": "https://drdeploy.dev",
          "name": "DRDEPLOY_API_HOST"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...