Skip to content
Cursor

XAF Logic Explainer for Cursor

io.github.peopleworks/xaf-logic-explainer

Query your DevExpress XAF app: entities, controllers, actions, rules, Model Editor.

client:Cursor transport:stdio runtime:nuget

Install XAF Logic Explainer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "xaf-logic-explainer": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "XafLogicExplainer.Mcp",
        "--yes"
      ],
      "env": {
        "XAFLOGIC_PROJECT": "<XAFLOGIC_PROJECT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

XAF Logic Explainer in other clients