Loading MCP server directory, please wait...
MCP server for IQMS (DELMIAworks) ERP — manufacturing, inventory, production, and quality.
npx @getmcp/cli add io.github.wyre-technology/iqms-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
IQMS_ORACLE_CONNECT_STRINGOracle connection string for the IQMS database (e.g. host:port/service)
IQMS_ORACLE_USERIQMS Oracle DB username
IQMS_ORACLE_PASSWORDIQMS Oracle DB password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/iqms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"IQMS_ORACLE_CONNECT_STRING",
"-e",
"IQMS_ORACLE_USER",
"-e",
"IQMS_ORACLE_PASSWORD",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/iqms-mcp:v1.2.5"
],
"env": {
"IQMS_ORACLE_CONNECT_STRING": "",
"IQMS_ORACLE_USER": "",
"IQMS_ORACLE_PASSWORD": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}