Alibre PDM MCP Server for Cursor
io.github.stephensmitchell/alibrepdmobjectmodel.mcp
MCP server exposing the Alibre PDM vault API: safes, projects, files, properties, versions.
client:Cursor
transport:stdio
runtime:nuget
Install Alibre PDM MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"alibrepdmobjectmodel.mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"AlibrePDMObjectModel.Mcp",
"--yes"
],
"env": {
"ALIBRE_INSTALL_DIR": "<ALIBRE_INSTALL_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs