MCP Server
MCP
Dr.Deploy
MCP tools for drdeploy: scan deployed sites, list, get findings, check status.
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
By
Comments
Sign in to leave a comment