IQMS / DELMIA Apriso for Zed
io.github.wyre-ai/iqms-mcp
MCP server for IQMS (DELMIAworks) ERP — manufacturing, inventory, production, and quality.
client:Zed
transport:stdio
runtime:oci
Install IQMS / DELMIA Apriso in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"iqms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/iqms-mcp:v1.2.14"
],
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs