mx-studio-automate
v0.3.5
Published
One command to make your machine AI-ready for Mendix development — no Studio Pro required.
Maintainers
Readme
mx-studio-automate
One command to make your machine AI-ready for Mendix development — no Studio Pro required.
npx mx-studio-automateIt checks for and sets up the tools your AI agent (Claude Code) needs:
| Tool | Purpose | |------|---------| | mxcli | edit the Mendix model | | mxbuild | check the project for errors | | JDK 21 | build the app package | | Docker | run the app | | Chrome DevTools (MCP) | verify the running UI |
It also registers the MCP servers and creates CLAUDE.md so your agent is ready immediately.
Usage
npx mx-studio-automate # detect, install what's safe, guide the rest
npx mx-studio-automate --check # preview only, change nothingSafe to re-run — it only fixes what's missing.
Build & run the app in Docker
npx mx-studio-automate --runAfter verifying Docker, MxBuild, and JDK 21 are ready, this builds the app package
and launches it (with Postgres) in Docker via mxcli docker run, then prints the URL
(default http://localhost:8080). Stop it with mxcli docker down.
Requires Docker Desktop running and JDK 21. The package will install JDK 21 for you (Windows/macOS); after a fresh JDK install, reopen your terminal and re-run.
Status
v0.1 supports Windows + Claude Code. macOS/Linux and other agents are on the roadmap.
License
MIT
