Agents

Create and manage AI agent configurations in Mendix using MDL syntax.

1|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/engalar/mxcli-taskdemo --skill agents-engalar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agents
Source: https://github.com/engalar/mxcli-taskdemo/tree/main/TaskDemo/.claude/skills/agents
Command: npx skills add https://github.com/engalar/mxcli-taskdemo --skill agents-engalar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the complex process of configuring AI agents, knowledge bases, and MCP services within Mendix applications by providing a standardized MDL syntax for document creation.

Core Features & Use Cases

  • Declarative Agent Definition: Create models, knowledge bases, and agents using simple SQL-like MDL statements.
  • Tool Integration: Easily link MCP services and microflow tools to agents for enhanced functionality.
  • Use Case: Quickly set up a customer support agent that utilizes a product documentation knowledge base and a web search MCP service to answer user queries directly within a Mendix app.

Quick Start

Use the agents skill to create a new agent named Module.SupportAgent that utilizes the existing Module.ProductDocs knowledge base and a task-based usage type.

Frequently Asked Questions about Agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define AI agents in Mendix using MDL?

You can define AI agents in Mendix using declarative MDL syntax to create models, knowledge bases, and orchestration logic. This approach simplifies configuration by using SQL-like statements instead of complex manual setup.

What do I need to run AI agents configured with MDL in my Mendix app?

To run AI agents configured with MDL, you need the AgentEditorCommons marketplace module installed and Mendix version 11.9 or higher. These dependencies provide the necessary runtime execution environment for the agent configurations.

Can I link MCP services and microflow tools to a Mendix AI agent?

Yes, you can link MCP services and microflow tools to Mendix AI agents. This integration allows agents to utilize external capabilities like web search and internal application logic for enhanced functionality.

How do I set up a customer support agent with a knowledge base in Mendix?

To set up a customer support agent in Mendix, define an agent using MDL syntax that references a product documentation knowledge base and a task-based usage type. You can also connect an MCP service for web search to answer user queries.

What is the best way to orchestrate multiple AI agents in a Mendix application?

The best way to orchestrate multiple AI agents in Mendix is by using standardized MDL syntax to define orchestration logic. This declarative approach manages agent interactions and configurations within a single document structure.

Does this approach to Mendix AI agent configuration work without manual UI setup?

Yes, this approach replaces manual UI configuration by using declarative MDL statements to create and manage AI agent configurations. You define models, knowledge bases, and MCP services directly through syntax, streamlining the setup process.