PluginBench
MCP Server

IQMS / DELMIA Apriso MCP Server

io.github.wyre-technology/iqms-mcp

What is the IQMS / DELMIA Apriso MCP server?

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

How to install IQMS / DELMIA Apriso

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • IQMS_ORACLE_CONNECT_STRING
    required

    Oracle connection string for the IQMS database (e.g. host:port/service)

  • IQMS_ORACLE_USER
    required

    IQMS Oracle DB username

  • IQMS_ORACLE_PASSWORD
    required
    secret

    IQMS Oracle DB password

  • MCP_TRANSPORT

    Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

  • AUTH_MODE

    Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

  • LOG_LEVEL

    Log verbosity: debug, info, warn, error

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "iqms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/iqms-mcp:v1.2.6"
      ],
      "env": {
        "IQMS_ORACLE_CONNECT_STRING": "<YOUR_IQMS_ORACLE_CONNECT_STRING>",
        "IQMS_ORACLE_USER": "<YOUR_IQMS_ORACLE_USER>",
        "IQMS_ORACLE_PASSWORD": "<YOUR_IQMS_ORACLE_PASSWORD>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "iqms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/iqms-mcp:v1.2.6"
      ],
      "env": {
        "IQMS_ORACLE_CONNECT_STRING": "<YOUR_IQMS_ORACLE_CONNECT_STRING>",
        "IQMS_ORACLE_USER": "<YOUR_IQMS_ORACLE_USER>",
        "IQMS_ORACLE_PASSWORD": "<YOUR_IQMS_ORACLE_PASSWORD>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "iqms-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/iqms-mcp:v1.2.6"
      ],
      "env": {
        "IQMS_ORACLE_CONNECT_STRING": "<YOUR_IQMS_ORACLE_CONNECT_STRING>",
        "IQMS_ORACLE_USER": "<YOUR_IQMS_ORACLE_USER>",
        "IQMS_ORACLE_PASSWORD": "<YOUR_IQMS_ORACLE_PASSWORD>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "iqms-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/iqms-mcp:v1.2.6"
      ],
      "env": {
        "IQMS_ORACLE_CONNECT_STRING": "<YOUR_IQMS_ORACLE_CONNECT_STRING>",
        "IQMS_ORACLE_USER": "<YOUR_IQMS_ORACLE_USER>",
        "IQMS_ORACLE_PASSWORD": "<YOUR_IQMS_ORACLE_PASSWORD>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_MODE": "<YOUR_AUTH_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add iqms-mcp --env IQMS_ORACLE_CONNECT_STRING=<YOUR_IQMS_ORACLE_CONNECT_STRING> --env IQMS_ORACLE_USER=<YOUR_IQMS_ORACLE_USER> --env IQMS_ORACLE_PASSWORD=<YOUR_IQMS_ORACLE_PASSWORD> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/iqms-mcp:v1.2.6

Related MCP servers

MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.

View repository →

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

View repository →

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

View repository →

MCP server for Atera RMM — customers, tickets, and more.

View repository →

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

View repository →

MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.

View repository →