XAF Logic Explainer
Rank #2,328io.github.peopleworks/xaf-logic-explainer
Query your DevExpress XAF app: entities, controllers, actions, rules, Model Editor.
XAF Logic Explainer is a Model Context Protocol (MCP) server published by peopleworks. It ranks #2,328 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. XAF Logic Explainer is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Aug 10, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 113,132 of 115,460 servers on MCP Toplist.
Use XAF Logic Explainer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add xaf-logic-explainer -e "XAFLOGIC_PROJECT=<your XAFLOGIC_PROJECT>" -- dnx XafLogicExplainer.McpReplace each placeholder with your own value before saving.
[mcp_servers.xaf-logic-explainer]
command = "dnx"
args = ["XafLogicExplainer.Mcp"]
[mcp_servers.xaf-logic-explainer.env]
XAFLOGIC_PROJECT = "<your XAFLOGIC_PROJECT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xaf-logic-explainer": {
"command": "dnx",
"args": [
"XafLogicExplainer.Mcp"
],
"env": {
"XAFLOGIC_PROJECT": "<your XAFLOGIC_PROJECT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xaf-logic-explainer": {
"command": "dnx",
"args": [
"XafLogicExplainer.Mcp"
],
"env": {
"XAFLOGIC_PROJECT": "<your XAFLOGIC_PROJECT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"xaf-logic-explainer": {
"type": "stdio",
"command": "dnx",
"args": [
"XafLogicExplainer.Mcp"
],
"env": {
"XAFLOGIC_PROJECT": "<your XAFLOGIC_PROJECT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xaf-logic-explainer": {
"command": "dnx",
"args": [
"XafLogicExplainer.Mcp"
],
"env": {
"XAFLOGIC_PROJECT": "<your XAFLOGIC_PROJECT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xaf-logic-explainer": {
"command": "dnx",
"args": [
"XafLogicExplainer.Mcp"
],
"env": {
"XAFLOGIC_PROJECT": "<your XAFLOGIC_PROJECT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.peopleworks%2Fxaf-logic-explainer)<a href="https://mcptoplist.com/server/io.github.peopleworks%2Fxaf-logic-explainer"><img src="https://mcptoplist.com/badge/io.github.peopleworks%2Fxaf-logic-explainer.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
peopleworks
Other servers by peopleworks
View all peopleworks servers →Available versions (8)
| Version | Published |
|---|---|
| 0.17.0 | Aug 25, 2026 |
| 0.16.0 | Aug 23, 2026 |
| 0.15.0 | Aug 23, 2026 |
| 0.14.0 | Aug 17, 2026 |
| 0.13.0 | Aug 14, 2026 |
| 0.12.1 | Aug 13, 2026 |
| 0.12.0 | Aug 11, 2026 |
| 0.10.1 | Aug 10, 2026 |
Frequently asked questions
- Who maintains XAF Logic Explainer?
- XAF Logic Explainer is maintained by peopleworks, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is XAF Logic Explainer listed on the Official MCP Registry?
- Yes — XAF Logic Explainer is listed on the Official MCP Registry, alongside Glama.
- How many versions does XAF Logic Explainer have?
- MCP Toplist tracks 8 versions of XAF Logic Explainer, most recently published on Aug 25, 2026.
- Where can I find the source code for XAF Logic Explainer?
- The source code for XAF Logic Explainer is hosted at github.com/peopleworks/XAFLogicExplainer.