Skip to content
Zed

FO Semantic MCP for Zed

io.github.xplusplusai/fo-semantic-mcp

Semantic search over 50,000+ Dynamics 365 F&O artifacts: tables, forms, classes, and more.

client:Zed transport:stdio runtime:npm

Install FO Semantic MCP in Zed

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

{
  "context_servers": {
    "fo-semantic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fo-semantic-mcp"
      ]
    }
  }
}

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

FO Semantic MCP in other clients