ead-enterprise-suite
About
MCP server for EAD Enterprise Suite - signatures, evidence, notifications, dossiers via AI agents.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MCP_ALLOW_INSECURE_FILE_URL MCP_ALLOW_UNVERIFIED_BEARER MCP_ALLOWED_HOSTS MCP_ALLOWED_ORIGINS MCP_API_BASE_URL MCP_AUTH_EMAIL MCP_AUTH_PASSWORD MCP_AUTH_USER_KEY MCP_HTTP_HOST MCP_HTTP_MAX_BODY_BYTES MCP_HTTP_PUBLIC MCP_SVC_CLIENT_ID MCP_SVC_CLIENT_SECRET MCP_SVC_INTROSPECT_URL PORTClaude Code
claude mcp add --env MCP_ALLOW_INSECURE_FILE_URL= --env MCP_ALLOW_UNVERIFIED_BEARER= --env MCP_ALLOWED_HOSTS= --env MCP_ALLOWED_ORIGINS= --env MCP_API_BASE_URL= --env MCP_AUTH_EMAIL= --env MCP_AUTH_PASSWORD= --env MCP_AUTH_USER_KEY= --env MCP_HTTP_HOST= --env MCP_HTTP_MAX_BODY_BYTES= --env MCP_HTTP_PUBLIC= --env MCP_SVC_CLIENT_ID= --env MCP_SVC_CLIENT_SECRET= --env MCP_SVC_INTROSPECT_URL= --env PORT= ead-enterprise-suite -- npx @g-digital/mcp-ead-enterprise-suite
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ead-enterprise-suite","command":"npx","args":["@g-digital/mcp-ead-enterprise-suite"],"env":{"MCP_ALLOW_INSECURE_FILE_URL":"","MCP_ALLOW_UNVERIFIED_BEARER":"","MCP_ALLOWED_HOSTS":"","MCP_ALLOWED_ORIGINS":"","MCP_API_BASE_URL":"","MCP_AUTH_EMAIL":"","MCP_AUTH_PASSWORD":"","MCP_AUTH_USER_KEY":"","MCP_HTTP_HOST":"","MCP_HTTP_MAX_BODY_BYTES":"","MCP_HTTP_PUBLIC":"","MCP_SVC_CLIENT_ID":"","MCP_SVC_CLIENT_SECRET":"","MCP_SVC_INTROSPECT_URL":"","PORT":""}}'
JSON
{
"mcpServers": {
"ead-enterprise-suite": {
"command": "npx",
"args": [
"@g-digital/mcp-ead-enterprise-suite"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "",
"MCP_ALLOW_UNVERIFIED_BEARER": "",
"MCP_ALLOWED_HOSTS": "",
"MCP_ALLOWED_ORIGINS": "",
"MCP_API_BASE_URL": "",
"MCP_AUTH_EMAIL": "",
"MCP_AUTH_PASSWORD": "",
"MCP_AUTH_USER_KEY": "",
"MCP_HTTP_HOST": "",
"MCP_HTTP_MAX_BODY_BYTES": "",
"MCP_HTTP_PUBLIC": "",
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "",
"MCP_SVC_INTROSPECT_URL": "",
"PORT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.