{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.wyre-technology/iqms-mcp",
    "description": "MCP server for IQMS (DELMIAworks) ERP \u2014 manufacturing, inventory, production, and quality.",
    "title": "IQMS / DELMIA Apriso",
    "repository": {
        "url": "https://github.com/wyre-technology/iqms-mcp",
        "source": "github"
    },
    "version": "1.2.5",
    "websiteUrl": "https://github.com/wyre-technology/iqms-mcp",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "ghcr.io/wyre-technology/iqms-mcp:v1.2.5",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Oracle connection string for the IQMS database (e.g. host:port/service)",
                    "isRequired": true,
                    "format": "string",
                    "name": "IQMS_ORACLE_CONNECT_STRING"
                },
                {
                    "description": "IQMS Oracle DB username",
                    "isRequired": true,
                    "format": "string",
                    "name": "IQMS_ORACLE_USER"
                },
                {
                    "description": "IQMS Oracle DB password",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "IQMS_ORACLE_PASSWORD"
                },
                {
                    "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
                    "format": "string",
                    "default": "stdio",
                    "name": "MCP_TRANSPORT"
                },
                {
                    "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
                    "format": "string",
                    "default": "env",
                    "name": "AUTH_MODE"
                },
                {
                    "description": "Log verbosity: debug, info, warn, error",
                    "format": "string",
                    "default": "info",
                    "name": "LOG_LEVEL"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-05-22T16:47:28.459458Z",
            "publishedAt": "2026-05-22T16:47:28.459458Z",
            "updatedAt": "2026-05-22T16:47:28.459458Z",
            "isLatest": false
        }
    }
}