Dr.Deploy for Cursor
io.github.dr-deploy/drdeploy-mcp
MCP tools for drdeploy: scan deployed sites, list, get findings, check status.
client:Cursor
transport:stdio
runtime:npm
Install Dr.Deploy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"drdeploy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@drdeploy/mcp"
],
"env": {
"DRDEPLOY_TOKEN": "<DRDEPLOY_TOKEN>",
"DRDEPLOY_API_HOST": "<DRDEPLOY_API_HOST>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs