dingdawg shield for Grok
io.github.dingdawg/dingdawg-shield
AI security scanning and trust scoring. Stack-specific threat models. Free local scan.
client:Grok
transport:stdio
runtime:npm
Install dingdawg shield in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dingdawg-shield": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dingdawg-shield"
],
"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