Skip to content
Cursor

ERP Report Engine for Cursor

io.github.gulmezeren2-byte/erp-report-engine

Read-only MCP for the SQL database behind an ERP: provably read-only guard, public benchmark.

client:Cursor transport:stdio runtime:pypi

Install ERP Report Engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "erp-report-engine": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "erp-report-engine"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ERP Report Engine in other clients