dingdawg finance agent for Cursor
io.github.dingdawg-dev/dingdawg-finance-agent
Financial analysis AI. Forecasting, audit prep, SOX/GAAP compliance. Accuracy compounds with use.
client:Cursor
transport:stdio
runtime:npm
Install dingdawg finance agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dingdawg-finance-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dingdawg-finance-agent"
],
"env": {
"DINGDAWG_API_KEY": "<DINGDAWG_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs