Skip to content

ead enterprise suite for Grok

io.github.g-digital-by-garrigues/ead-enterprise-suite

MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents.

client:Grok transport:stdio runtime:npm

Install ead enterprise suite in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ead-enterprise-suite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@g-digital/mcp-ead-enterprise-suite"
      ],
      "env": {
        "MCP_ALLOW_INSECURE_FILE_URL": "<MCP_ALLOW_INSECURE_FILE_URL>",
        "MCP_ALLOW_UNVERIFIED_BEARER": "<MCP_ALLOW_UNVERIFIED_BEARER>",
        "MCP_ALLOWED_HOSTS": "<MCP_ALLOWED_HOSTS>",
        "MCP_ALLOWED_ORIGINS": "<MCP_ALLOWED_ORIGINS>",
        "MCP_API_BASE_URL": "<MCP_API_BASE_URL>",
        "MCP_AUTH_USER_KEY": "<MCP_AUTH_USER_KEY>",
        "MCP_HTTP_HOST": "<MCP_HTTP_HOST>",
        "MCP_HTTP_MAX_BODY_BYTES": "<MCP_HTTP_MAX_BODY_BYTES>",
        "MCP_HTTP_PUBLIC": "<MCP_HTTP_PUBLIC>",
        "MCP_SVC_CLIENT_ID": "<MCP_SVC_CLIENT_ID>",
        "MCP_SVC_CLIENT_SECRET": "<MCP_SVC_CLIENT_SECRET>",
        "MCP_SVC_INTROSPECT_URL": "<MCP_SVC_INTROSPECT_URL>",
        "PORT": "<PORT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ead enterprise suite in other clients