Skip to content
Gemini CLI

Alibre PDM MCP Server for Gemini CLI

io.github.stephensmitchell/alibrepdmobjectmodel.mcp

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

client:Gemini CLI transport:stdio runtime:nuget

Install Alibre PDM MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "alibrepdmobjectmodel.mcp": {
      "command": "dnx",
      "args": [
        "AlibrePDMObjectModel.Mcp",
        "--yes"
      ],
      "env": {
        "ALIBRE_INSTALL_DIR": "<ALIBRE_INSTALL_DIR>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Alibre PDM MCP Server in other clients