lila-modeler

AlambritoDito/lila-modeler
★ 0 stars TypeScript Code/Dev Tools Updated 2d ago
Open-source discrete-event simulator and modeler for BPMN processes. Model in the browser or desktop, define scenarios with resources, calendars and costs, run replications, compare AS-IS vs TO-BE, and expose it all through a CLI and an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lila-modeler": {
      "command": "npx",
      "args": [
        "-y",
        "AlambritoDito/lila-modeler"
      ]
    }
  }
}

README Excerpt

Read this in: [Español](README.es.md) An open source (Apache-2.0) discrete-event simulation (DES) engine for BPMN processes, inspired by the simulation workflow of tools such as Bizagi Modeler; results are validated against publicly documented examples. The project is an npm monorepo: - **Engine + CLI** (`packages/engine`, package `@lila/engine`) — parses `.bpmn`, validates the model

Tools (1)

npx