
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
AlibrePDMObjectModel.Mcp
Advanced tools
Model Context Protocol server exposing the Alibre PDM vault API (safes, projects, files, properties, classes, versions) as MCP tools over stdio.
AlibrePDMObjectModel.Mcp is a Model Context Protocol (MCP) server. It exposes the Alibre PDM vault API (safes, projects, libraries, folders, files, properties, classes, version history) as MCP tools over stdio. Use it from Claude Desktop, Claude Code, or any MCP client.
| Package ID | AlibrePDMObjectModel.Mcp |
| Command | alibre-pdm-mcp |
| Tools | 25 (safes, projects, files, properties, classes, versions) |
| Runtime | .NET 8+ (Windows only, x64) |
| License | MIT |
AlibreX.dll; it loads that at runtime from your licensed Alibre install.pdm_connect.dotnet tool install, or the .NET 10 SDK for dnx.dotnet tool install --global AlibrePDMObjectModel.Mcp
Run it without installing (needs the .NET 10 SDK):
dnx AlibrePDMObjectModel.Mcp --yes
Claude Code:
claude mcp add alibre-pdm -- alibre-pdm-mcp
Claude Desktop (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"alibre-pdm": { "command": "alibre-pdm-mcp" }
}
}
pdm_connect url:"http://localhost:8099/" domain:"MYDOMAIN" user:"user" password:"..."
pdm_list_safes
pdm_list_projects safe_name:"Alibre Safe"
pdm_search_files safe_name:"Alibre Safe" name_substring:"plate"
pdm_set_file_property safe_name:"Alibre Safe" folder_path:"Projects/test" file_name:"Base Plate" definition_name:"Title" value:"Adapter Plate"
Connection
pdm_status: report connection statuspdm_attach: reuse an existing PDM loginpdm_connect: connect with explicit credentialspdm_disconnect: disconnectBrowsing
pdm_list_safes: list safes on the serverpdm_list_projects: list top-level Projectspdm_list_libraries: list top-level Librariespdm_list_folders: list sub-folders under a pathpdm_list_files: list files in a folderpdm_search_files: recursive name search across Projects and LibrariesFile info, versions, revisions
pdm_get_file_info: properties, recent versions, lock statepdm_list_versions: full version historypdm_add_revision: mark a version as a revisionLock / check-in / revert
pdm_lock_file: lock a filepdm_unlock_file: unlock a filepdm_checkin_file: check in local changes as a new version (disabled — returns not_implemented; async check-in hangs over a reused connection)pdm_revert_file: discard local changespdm_upload_files: upload non-native files (STEP, IGES, …) (disabled — returns not_implemented; async upload hangs over a reused connection)pdm_rename_file: rename a fileProperties
pdm_list_property_definitions: list all property definitionspdm_get_file_properties: properties set on a filepdm_set_file_property: set or overwrite a propertypdm_remove_file_property: remove a propertyClasses
pdm_list_classes: list PDM classespdm_list_class_data_items: list data items in a class© 2026 Stephen S. Mitchell. Released under the MIT License.
FAQs
Model Context Protocol server exposing the Alibre PDM vault API (safes, projects, files, properties, classes, versions) as MCP tools over stdio.
We found that AlibrePDMObjectModel.Mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.