d365fo-agent-developer

dbru540/d365fo-agent-developer
★ 0 stars Python AI/LLM Updated today
D365 F&O knowledge toolkit and MCP server: SQLite FTS5 AOT index, deterministic X++ generation, validation, linting, and a real-compiler loop for coding agents
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "d365fo-agent-develop": {
      "command": "uvx",
      "args": [
        "d365fo-agent-developer"
      ]
    }
  }
}

Or install with pip: pip install d365fo-agent-developer

README Excerpt

A local **MCP server** that gives an AI coding agent (Claude Code, Codex, any MCP host) a grounded **knowledge base of Dynamics 365 Finance & Operations X++** — so you can develop for D365 quickly **without re-feeding a whole repo for analysis every time**. It grounds the agent in real AOT facts: it verifies that a class/table/EDT/enum/entity actually