dingdawg code review for Grok
io.github.dingdawg/dingdawg-code-review
AI code review — security, quality, performance. Learns your patterns. Receipted.
client:Grok
transport:stdio
runtime:npm
Install dingdawg code review in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dingdawg-code-review": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dingdawg-code-review"
],
"env": {
"DINGDAWG_API_KEY": "<DINGDAWG_API_KEY>"
}
}
}
}
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