Odel
EAD Factory MCP

EAD Factory MCP

Local
@g-digital-by-garriguesTypeScriptMITUpdated 1mo ago

MCP server for EAD Factory: qualified evidence, signature, notifications and chat via AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@g-digital/mcp-ead-factoryv1.3.1

Run

npx -y @g-digital/mcp-ead-factory

MCP client config

{
  "mcpServers": {
    "ead-factory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@g-digital/mcp-ead-factory"
      ]
    }
  }
}