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
{
"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