Mendix overview What is Mendix Why Mendix Mendix + AI Intelligence Center X Studio Pro AI Studio Graph Studio Upgrade to 11 LTS
Solutions overview BFSI+ Mendix + Teamcenter (PLM) Industrial automation
AIDE Pro
Playbooks Blog & Long Reads Downloads Video Library Explore All LinkedIn Newsletter ↗
About Us Our Approach
Services Contact
Talk to an expert
For Mendix Studio Pro 11

AI tools for Mendix, built for coding agents

AIDE Pro is an agentic development tool for Mendix Studio Pro. Connect Claude Code, Cursor, GitHub Copilot, Antigravity or any MCP client and it gets 243 tools to build real microflows, entities, pages and security - then verify its own work against your app model.

243
Model tools
MCP
Any agent
0
Keys stored
  • Claude Code
  • Cursor
  • GitHub Copilot
  • Any MCP client

Still on Mendix 10 LTS? That edition is free to download today.

What are AI tools for Mendix?

AI tools for Mendix let an AI model read and change a Mendix application’s model - its entities, microflows, pages and security - instead of only writing text about it. That distinction matters on Mendix more than on most platforms, because a Mendix app is not a folder of source files but a structured model. An agent that can only emit code has nothing useful to emit, and an agent that writes to the model file directly bypasses every check the platform would have applied.

AIDE Pro closes that gap. It is an extension for Mendix Studio Pro 11 that exposes 243 model tools over the Model Context Protocol (MCP), so the AI coding agent you already use can create and edit real Mendix artifacts, run the app, and check its own work. AIDE Pro calls no AI model of its own: your agent brings the model and the credentials, and AIDE Pro executes the model operations.

In short: your agent gets hands, not just opinions. It writes to the actual Mendix model, and the platform’s own consistency engine confirms the result before you ever open the app.

Bring your own agent

Claude Code, Cursor, Copilot, Antigravity, or your own client.

AIDE Pro is an MCP server for Mendix. If your agent speaks MCP, it can drive Studio Pro - there is no new chat window to learn and no second subscription to buy.

Claude Code for Mendix

Point Claude Code at the AIDE Pro bridge and it can read your whole app model and build in it. Claude Code drives long, multi-step Mendix work well because it plans, calls tools in sequence, and reacts to the consistency errors it gets back.

Cursor for Mendix

Add AIDE Pro as an MCP server in Cursor and you can code in Mendix from the editor you already use. Cursor keeps your prompts and rules; AIDE Pro supplies the Mendix model operations it otherwise has no way to perform.

GitHub Copilot, Antigravity and others

Nothing about AIDE Pro is tied to one vendor. It advertises its tools over standard MCP, so GitHub Copilot, Antigravity, a custom in-house agent, or whatever ships next all connect the same way.

The honest version

Vibe coding in Mendix: why a chat window isn’t enough

Vibe coding works on text codebases because the model writes the artifact directly. On Mendix it usually stalls, and the reason is structural rather than a failure of the model.

See how the tools work

A Mendix app is a model, not files

Ask a chat assistant for a microflow and you get a description of one. Someone still has to click it into Studio Pro, which is where the time actually goes.

Editing the file directly is how projects break

A generic agent CAN open your .mpr, and that is the risk rather than the reassurance. Writing to it directly bypasses every validation the platform applies, and one plausible-looking write can leave the project unable to open at all.

Plausible is not the same as valid

Mendix has strict consistency rules. Generated logic that reads well can still be unbuildable, and you only find out later, by hand.

What AIDE Pro changes

The agent calls real model operations, so the artifact exists when the call returns. Then it runs the consistency check and reads the result back, so a broken change surfaces in seconds rather than at your next build.

Capabilities

243 tools your agent can call.

A development surface, not a chatbot bolted on the side. Every group below is a set of real model operations.

Build the domain model

Entities, attributes, associations including cross-module, enumerations, indexes and validation rules - created and read back.

Author microflows

Activities, decisions, loops, merges, error handlers and REST calls - with the platform’s own consistency engine confirming each step.

Compose pages

Data views, list views, widgets, tab containers, layouts and captions - the real page tree, verified after every write.

Model security

User roles, module roles, page and microflow access, and additive entity access rules with row-level XPath isolation.

Run & test live

Build and start the app, then query it with live OQL and read the runtime log - close the loop without leaving the model.

Analyze & audit

Read-only analyzers for security gaps, dead code, performance, concurrency and data-model quality across the whole app graph.

Integrate

JSON structures, REST calls, import and export mappings, and OQL-backed view entities - wired end to end, not stubbed.

Keep the project tidy

Folders, document moves, layout tidying and renames - so a generated module still looks like something a person would hand over.

Verification

How the agent proves its work.

This is the part that separates a useful agent from a fast one. AIDE Pro makes the agent check itself, in the platform, before it reports success.

It writes to the model

The tool call creates the entity, microflow or page for real. When the call returns, the artifact exists in Studio Pro.

It reads the change back

Every write is followed by a read of what was actually stored - not a restatement of what was requested. Silent property drops surface here.

It runs the consistency check

Mendix’s own error list, the same one Studio Pro shows you. Unbuildable logic is caught immediately, with the error codes, so the agent can fix it in the same session.

It queries the running app

With the app running, the agent can execute live OQL and read the runtime log - so “the data looks right” becomes a query result instead of an assumption.

Where we are deliberately blunt: a consistency-clean model is not the same as a correct application. AIDE Pro shortens the feedback loop and removes whole classes of error; it does not remove the need for a developer to review the work. Our documentation says so too, including a list of known limitations.

Compare

AIDE Pro vs an AI chat assistant vs a generic coding agent.

All three can help. Only one of them changes your Mendix model and then checks the result.

Comparison of AIDE Pro, an AI chat assistant, and a generic AI coding agent across Mendix development capabilities
Capability AIDE Pro AI chat assistant Generic coding agent
Reads your whole app modelYes - every module, entity, microflow and pageOnly what you paste inOnly as raw database rows, with no model meaning attached
Creates real Mendix artifactsYes - 243 model tools, through the platform’s own APIsNo - it describes themOnly by writing to the model file directly, unvalidated
Verifies its own workRead-back, consistency check, live OQLNoNo
Risk of corrupting the projectWrites go through Mendix’s own validated, transactional APIsNone, because it changes nothingReal - a bad direct write can stop the project opening
Runs and queries the appYesNoNo
Stores API keysNone - it calls no modelTypically yoursYours
Works with your existing agentAny MCP clientIts own windowNot applicable
Learns your project standardsYes - skills and learnings travel with the appPer conversationPer repository
Security & control

Nothing to leak, because nothing is stored.

AIDE Pro does not call an LLM and holds no credentials. Your agent owns the model and the keys; the extension only executes model operations on the machine it runs on.

No API keys, ever

AIDE Pro stores no provider keys and has no model settings. Your agent brings its own credentials.

Loopback-only bridge

The tool bridge binds to localhost and refuses browser requests. Nothing is exposed off the machine.

You choose the model

Run a local model through your agent for a fully private setup, or a managed cloud model. That is your decision, not ours.

No telemetry

AIDE Pro never phones home. Your model, prompts and code are not collected.

Never trains on your code

Your application and data are never used to train any model.

Runs where you run

On your workstation or a controlled build environment. The model layer is wherever your agent points it.

Return on investment

What it changes economically.

We would rather you worked this out with your own numbers than trusted a percentage we made up.

  • You are not buying another AI subscription. The agent and the model are yours, so there is no per-seat AI cost layered on top of this and no lock-in to a model we picked. If your team already pays for Claude Code or Cursor, that spend starts doing more work.
  • The saving is rework, not typing. The expensive hours in Mendix delivery are senior hours spent clicking out decisions already made, and redoing work the consistency check rejects later. AIDE Pro moves that rejection to seconds after the write, while the context is still in someone’s head.
  • Knowledge compounds instead of resetting. Skills and learnings record how your project is built and travel with it, so the second application does not re-pay the first one’s learning curve, and a new developer inherits the standards rather than guessing them.
  • The licence may not be the cost you expect. There is a route to a no-cost Mendix 11 licence for teams we work with, so the sensible first step is to ask rather than to budget for a price you have guessed at.

Work it out on your own project. Take your senior Mendix day rate. Count the hours a sprint goes into building CRUD pages, wiring widgets to data, and redoing work the consistency check throws back. That is the surface this compresses. We will do that calculation with you on a call, using your figures, and tell you if it does not add up for your situation.

Getting started

How to set up AI-assisted Mendix development.

Three steps, and you keep the agent and editor you already use.

Install AIDE Pro into your app

AIDE Pro installs per Mendix app, alongside your project. We provide the distribution and the setup guide for your environment.

Connect your agent over MCP

Add the local AIDE Pro bridge to Claude Code, Cursor, GitHub Copilot, Antigravity or your own client. It advertises all 243 tools on connection.

Give it work, and let it verify

Describe the change. The agent builds it in the model, checks consistency, and reports what it actually did - with the error list if there is one.

Read the full documentation

Editions

Two editions, depending on your Mendix version.

Everything described on this page is the Mendix 11 edition. If you are still on Mendix 10 LTS, the earlier edition remains available.

AIDE Pro editions for Mendix 11 and Mendix 10 LTS compared
  Mendix 11 edition Mendix 10 LTS edition
What it isThe agent edition described on this page - 243 model tools exposed to your own AI coding agent over MCP.The earlier release, for teams still on the Mendix 10 long-term-support line.
How to get itFill in the form and our team will get you set up.Download from the Mendix Marketplace, then request a licence key.
CostThere is a route to a no-cost licence for teams we work with. Ask how it applies to you.Free, with a licence key.
RequiresMendix Studio Pro 11 and an MCP-compatible agent.Mendix Studio Pro 10 LTS.

Ask about a free Mendix 11 copy

Still on Mendix 10 LTS? The earlier edition is free to download, and you can request a licence key for it.
Download for Mendix 10 (opens in a new tab) Get a Mendix 10 licence key (opens in a new tab)

What you get besides a licence.

AIDE Pro is built by a team that delivers on Mendix every day, and it is shaped by that work: the tools exist because we needed them on real projects, and the limitations are published because we hit them first. That is the part worth checking before you commit to anything. We would rather tell you where it stops than have you discover it in a sprint.

So the engagement is not a handover. We walk it through on a real application, help your team fit it to how you already work, and stay reachable while they get used to it. If it turns out not to suit your situation, we will say so on the call. Mendix + AI · Mendix Studio Pro · AIDE Pro docs

FAQ

AI development on Mendix, answered.

What are the best AI tools for Mendix?
It depends on what you need the AI to do. For assistance while you click through Studio Pro, Mendix ships its own AI capabilities. For an AI agent that changes the application model itself, you need something that exposes the model as tools - which is what AIDE Pro does, with 243 tools covering the domain model, microflows, pages, security, integration and analysis. Because AIDE Pro speaks the Model Context Protocol, you use it with an agent you already have rather than adopting another assistant.
Can I use Claude Code with Mendix?
Yes. Claude Code connects to AIDE Pro as an MCP server, which gives it read and write access to your Mendix app model: it can create entities, author microflows, compose pages, configure security, run the app and query it with live OQL. Claude Code handles long multi-step Mendix work well, because it plans, calls tools in sequence, and reacts to the consistency errors AIDE Pro returns.
Can I code in Mendix with Cursor?
Yes, by adding AIDE Pro as an MCP server in Cursor. On its own, Cursor has no safe way to change a Mendix app: the .mpr is a database rather than a set of source files, so an agent editing it directly bypasses the validation Mendix would have applied, which is how a project ends up unable to open. AIDE Pro supplies model operations that go through the platform's own APIs and then verify the result, so Cursor can build and change the app while you keep your own editor, prompts and rules.
Can you vibe code a Mendix app?
Loosely, yes - but not with a chat window alone. Vibe coding works on text codebases because the model writes the artifact directly, and a Mendix app is a model rather than files, so a chat assistant can only describe a microflow that someone then has to build by hand. With AIDE Pro the agent creates the real artifact and then verifies it, which is what makes the loop usable. It still needs developer review: a consistency-clean model is not automatically a correct application.
Is there an MCP server for Mendix?
Yes. AIDE Pro runs a local MCP server that exposes 243 Mendix model tools to any MCP-compatible client. It binds to loopback only and refuses browser requests, so the tools are reachable from agents on that machine and not from the network.
How is AIDE Pro different from an AI chat plugin for Mendix?
It is not a chatbot. There is no chat window, no conversation history, and no AI provider settings in AIDE Pro at all. It is a set of model operations your agent calls directly, and it verifies its work - read-back after every write, the platform consistency check, and live OQL against the running app - so what you get is a built, checked change rather than text to re-enter.
Does AIDE Pro work alongside Mendix Maia?
Yes, they solve different problems and do not conflict. Maia assists you inside the Studio Pro interface; AIDE Pro gives an external AI coding agent programmatic access to the model. Teams commonly use Maia while working by hand and hand larger, multi-step build tasks to an agent through AIDE Pro.
Does AIDE Pro store my API keys or send my code anywhere?
No. AIDE Pro stores no API keys and calls no LLM, so there is nothing in the extension to leak. The tool bridge binds to localhost and refuses browser requests, there is no telemetry, and your code is never used to train any model. Your agent handles the model connection with its own credentials, so you can even run a fully local model.
Which Mendix version does AIDE Pro need?
The agent edition described here targets Mendix Studio Pro 11, and installs per application so each app an agent works on gets its own installation. There is also an earlier edition for teams still on Mendix 10 LTS, which is downloadable from the Mendix Marketplace.
Is AIDE Pro free?
The Mendix 10 LTS edition is free outright: download it from the Mendix Marketplace and request a licence key from our licence portal. For the Mendix 11 agent edition there is a route to a no-cost licence for teams we work with, so the answer depends on your situation rather than on a price list. Ask us and we will tell you plainly how it applies to you.
How do we justify the cost internally?
Three things carry the argument, and none of them requires taking our word for a percentage. First, you are not buying another AI subscription: the agent and the model stay yours, so there is no per-seat AI cost on top and the spend your team already makes on Claude Code or Cursor starts doing more. Second, the saving is rework rather than typing, because unbuildable logic is rejected seconds after it is written instead of at your next deployment. Third, skills and learnings mean the second application does not re-pay the learning curve of the first. Bring your senior day rate and the hours a sprint loses to building CRUD and redoing rejected work, and we will do that calculation with you using your figures.
How do I get a free copy of AIDE Pro for Mendix 11?
Ask us. Tell us your Mendix version, which AI agent your developers use, and what you are building, and we will explain how to get a no-cost licence for your team and set you up with the distribution and its setup documentation. It is worth asking even if you assume the answer is no, because the route depends on how we end up working together rather than on a fixed price. The separate Mendix 10 LTS edition needs no conversation at all: download it from the Mendix Marketplace and request a licence key from our licence portal.

Put an AI agent to work on your Mendix app.

Tell us about your project, your Mendix version, and the agent your team already uses. You get a walkthrough on a real application, an honest account of what the tools do not do yet, and a team that stays reachable while yours adopts them.