Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

modelforge in other clients