dingdawg data agent for Grok
io.github.dingdawg/dingdawg-data-agent
AI data agent — schema analysis, query optimization, PII detection, pipelines.
client:Grok
transport:stdio
runtime:npm
Install dingdawg data agent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dingdawg-data-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dingdawg-data-agent"
],
"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