dingdawg finance agent for Grok
io.github.dingdawg/dingdawg-finance-agent
Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use.
client:Grok
transport:stdio
runtime:npm
Install dingdawg finance agent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dingdawg-finance-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dingdawg-finance-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