Loading MCP server directory, please wait...
MCP server for EAD Factory: qualified evidence, signature, notifications and chat via AI agents.
npx @getmcp/cli add io.github.g-digital-by-Garrigues/ead-factoryRequires Node.js 18+. Community-contributed server. Review source before installing.
MCP_SVC_CLIENT_IDOAuth2 client_credentials client ID.
MCP_SVC_CLIENT_SECRETOAuth2 client_credentials client secret. (See https://digitaltrust.gcloudfactory.com for credential acquisition.)
MCP_SVC_TOKEN_URLToken endpoint URL for the OAuth2 client_credentials flow.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.g-digital-by-Garrigues/ead-factory": {
"command": "npx",
"args": [
"-y",
"@g-digital/mcp-ead-factory"
],
"env": {
"MCP_ALLOW_INSECURE_FILE_URL": "",
"MCP_ALLOW_UNVERIFIED_BEARER": "",
"MCP_ALLOWED_HOSTS": "",
"MCP_ALLOWED_ORIGINS": "",
"MCP_API_BASE_URL": "",
"MCP_API_BASE_URL_CHAT": "",
"MCP_API_BASE_URL_EVIDENCE": "",
"MCP_API_BASE_URL_NOTIFICATION": "",
"MCP_API_BASE_URL_SIGNATURE": "",
"MCP_HTTP_HOST": "",
"MCP_HTTP_MAX_BODY_BYTES": "",
"MCP_HTTP_PUBLIC": "",
"MCP_SVC_CLIENT_ID": "",
"MCP_SVC_CLIENT_SECRET": "",
"MCP_SVC_INTROSPECT_URL": "",
"MCP_SVC_SCOPE": "",
"MCP_SVC_TOKEN_URL": "",
"PORT": ""
}
}
}
}