modelforge for Cursor
io.github.whatsonyourmind/modelforge
Bulge-tier financial model factory — live formulas, source-traced cells, 14 templates.
client:Cursor
transport:stdio
runtime:pypi
Install modelforge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"modelforge": {
"type": "stdio",
"command": "uvx",
"args": [
"modelforge-finance"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs