Skip to content
Grok

XAF Logic Explainer for Grok

io.github.peopleworks/xaf-logic-explainer

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

client:Grok transport:stdio runtime:nuget

Install XAF Logic Explainer in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

XAF Logic Explainer in other clients