IQMS / DELMIA Apriso for Cline
io.github.wyre-technology/iqms-mcp
MCP server for IQMS (DELMIAworks) ERP — manufacturing, inventory, production, and quality.
client:Cline
transport:stdio
runtime:oci
Install IQMS / DELMIA Apriso in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs