PluginBench
MCP Server
Active
MIT

XAF Logic Explainer MCP Server

io.github.peopleworks/xaf-logic-explainer

What is the XAF Logic Explainer MCP server?

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

How to install XAF Logic Explainer

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • XAFLOGIC_PROJECT

    Directory of the XAF module to analyze. Optional: with no value the module is looked for at or below the working directory, so a client launched from a solution folder needs no configuration.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xaf-logic-explainer": {
      "command": "dnx",
      "args": [
        "XafLogicExplainer.Mcp"
      ],
      "env": {
        "XAFLOGIC_PROJECT": "<YOUR_XAFLOGIC_PROJECT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "xaf-logic-explainer": {
      "command": "dnx",
      "args": [
        "XafLogicExplainer.Mcp"
      ],
      "env": {
        "XAFLOGIC_PROJECT": "<YOUR_XAFLOGIC_PROJECT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "xaf-logic-explainer": {
      "command": "dnx",
      "args": [
        "XafLogicExplainer.Mcp"
      ],
      "env": {
        "XAFLOGIC_PROJECT": "<YOUR_XAFLOGIC_PROJECT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "xaf-logic-explainer": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "XafLogicExplainer.Mcp"
      ],
      "env": {
        "XAFLOGIC_PROJECT": "<YOUR_XAFLOGIC_PROJECT>"
      }
    }
  }
}
Claude Code
claude mcp add xaf-logic-explainer --env XAFLOGIC_PROJECT=<YOUR_XAFLOGIC_PROJECT> -- dnx XafLogicExplainer.Mcp

Related MCP servers

AI-writing detection (EN/ES) that shows the evidence: named tells, hidden characters, citations.

20
C#
MIT
View repository →