Skip to content
Zed

D365FO MCP Server for Zed

io.github.mafzaal/d365fo-client

A community-driven Microsoft Dynamics 365 Finance & Operations MCP server

client:Zed transport:stdio runtime:pypi

Install D365FO MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "d365fo-client": {
      "command": "uvx",
      "args": [
        "d365fo-client"
      ],
      "env": {
        "D365FO_CLIENT_ID": "<D365FO_CLIENT_ID>",
        "D365FO_CLIENT_SECRET": "<D365FO_CLIENT_SECRET>",
        "D365FO_TENANT_ID": "<D365FO_TENANT_ID>",
        "D365FO_BASE_URL": "<D365FO_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

D365FO MCP Server in other clients