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)
{
"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