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_PROJECTDirectory 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.McpRelated MCP servers
Signs of AI Writing
Active
AI-writing detection (EN/ES) that shows the evidence: named tells, hidden characters, citations.
20
View repository →C#
MIT