Skip to content
Windsurf

IQMS / DELMIA Apriso for Windsurf

io.github.wyre-technology/iqms-mcp

MCP server for IQMS (DELMIAworks) ERP — manufacturing, inventory, production, and quality.

client:Windsurf transport:stdio runtime:oci

Install IQMS / DELMIA Apriso in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "iqms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/iqms-mcp:v1.2.12"
      ],
      "env": {
        "IQMS_ORACLE_CONNECT_STRING": "<IQMS_ORACLE_CONNECT_STRING>",
        "IQMS_ORACLE_USER": "<IQMS_ORACLE_USER>",
        "IQMS_ORACLE_PASSWORD": "<IQMS_ORACLE_PASSWORD>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

IQMS / DELMIA Apriso in other clients