Dr.Deploy for Grok
io.github.dr-deploy/drdeploy-mcp
MCP tools for drdeploy: scan deployed sites, list, get findings, check status.
client:Grok
transport:stdio
runtime:npm
Install Dr.Deploy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"drdeploy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@drdeploy/mcp"
],
"env": {
"DRDEPLOY_TOKEN": "<DRDEPLOY_TOKEN>",
"DRDEPLOY_API_HOST": "<DRDEPLOY_API_HOST>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs