Dr.Deploy✓
io.github.Dr-Deploy/drdeploy-mcp · v0.1.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Dr-Deploy/drdeploy-mcp",
"description": "MCP tools for drdeploy: scan deployed sites, list, get findings, check status.",
"title": "Dr.Deploy",
"repository": {
"url": "https://github.com/Dr-Deploy/drdeploy",
"source": "github",
"subfolder": "packages/mcp"
},
"version": "0.1.4",
"websiteUrl": "https://drdeploy.dev",
"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"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"build_info": {
"ref": "main",
"repository": "Dr-Deploy/drdeploy"
},
"tool": "github-actions"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}