Skip to content
Cline

XAF Logic Explainer for Cline

io.github.peopleworks/xaf-logic-explainer

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

client:Cline transport:stdio runtime:nuget

Install XAF Logic Explainer in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

XAF Logic Explainer in other clients