Skip to content
VS Code

ERP Report Engine for VS Code

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

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

client:VS Code transport:stdio runtime:pypi

Install ERP Report Engine in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ERP Report Engine in other clients