Skip to content

Alibre PDM MCP Server for Zed

io.github.stephensmitchell/alibrepdmobjectmodel.mcp

MCP server exposing the Alibre PDM vault API: safes, projects, files, properties, versions.

client:Zed transport:stdio runtime:nuget

Install Alibre PDM 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": {
    "alibrepdmobjectmodel.mcp": {
      "command": "dnx",
      "args": [
        "AlibrePDMObjectModel.Mcp",
        "--yes"
      ],
      "env": {
        "ALIBRE_INSTALL_DIR": "<ALIBRE_INSTALL_DIR>"
      }
    }
  }
}

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

Alibre PDM MCP Server in other clients