Alibre Design CAD MCP Server for Zed
io.github.stephensmitchell/alibreobjectmodel.mcp
MCP server exposing the Alibre Design CAD API: parts, sketches, features, parameters.
client:Zed
transport:stdio
runtime:nuget
Install Alibre Design CAD MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"alibreobjectmodel.mcp": {
"command": "dnx",
"args": [
"AlibreObjectModel.Mcp",
"--yes"
],
"env": {
"ALIBRE_INSTALL_DIR": "<ALIBRE_INSTALL_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs