EAD Factory MCP β Digital Trust services APIs for your agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Automated pipeline that publishes g-digital MCP servers and n8n nodes across the MCP ecosystem.
This repo is the implementation of the g-digital MCP Distribution System β an internal pipeline that takes an MCP source folder, validates it, and publishes it to npm, Docker Hub, the MCP Official Registry, Smithery, Docker MCP Catalog, Cline Marketplace, mcp.so, and (for Track B) n8n's npm community.
π§ Under construction. This repo is currently being scaffolded. See the planning artifacts in the parent project for the full PRD, architecture, and 57-story implementation plan.
Expected initial milestones:
pending-to-publish/<mcp-name>/mcp-pipeline.yaml/prep-mcp <mcp-name> locally via Claude Code (BMad skill)v* git tagmcp-publisher publish, Smithery deploy trigger, Docker MCP Catalog PR, Cline issue, mcp.so submission_bmad-output/release-reports/<mcp>-<version>.md and posted as a PR commentResult: code drop β live across 10+ distribution channels in < 30 minutes.
The pipeline repo (this one) holds:
mcp-pipeline.yaml β registry of MCPs the pipeline knows how to publish, keyed by kebab-case id. Each entry's only required field is repo_url. Everything else moves to the per-MCP repo (see below).src/, actions/, .github/workflows/ β pipeline tooling itself.pending-to-publish/<id>/ is transient at workflow time: the checkout-mcp-source composite action clones the MCP repo into that path before any gate or publisher runs, and nothing under it is committed here.Each MCP source repo (g-digital-by-Garrigues/<Name>-MCP) holds:
package.json, server.json, README.md, Dockerfile, LICENSE, assets/..distribution.yaml at the root β schema in src/schemas/distribution-config.schema.ts. This is the source of truth for the per-MCP publish config the pipeline consumes (npm scope, docker image, license, tools list, logo path, skip_targets, etc.). No secrets β those stay as GitHub Actions secrets in this repo.Each MCP source lives in its own public repository under g-digital-by-Garrigues/, named <MCP-Title-Case>-MCP (e.g. EAD-Factory-MCP). The MCP code, README, Dockerfile, package.json, server.json, and a .distribution.yaml (publishing config consumed by this pipeline) live there. This repo holds only the pipeline tooling and the registry of MCPs to manage.
To cut a new release of an MCP:
In the MCP's own repo (e.g. EAD-Factory-MCP):
package.json and server.json to the new version (e.g. 1.0.5).main, create and push the matching tag:
v<version> exactly. The pipeline fails fast if the tag doesn't exist.In this repo (MCP_Market_Distribution):
| input | value |
|---|---|
mcp_name | the MCP id (e.g. ead-factory) |
version | the version you just tagged (e.g. 1.0.5) |
dry_run | false (use true to validate without publishing) |
step/track/bump | defaults are fine for a fresh release |
The pipeline will:
v1.0.5 (or main for dry-runs).skip_targets until the MCPB generator lands._bmad-output/release-reports/ and post it as a comment if dispatched from a PR context.To add an MCP to the pipeline:
g-digital-by-Garrigues/<MCP-Title-Case>-MCP with MIT license..distribution.yaml at the root (see EAD-Factory-MCP/.distribution.yaml for the canonical example). Schema: src/schemas/distribution-config.schema.ts. This file is the source of truth for every per-MCP publish field (npm scope, docker image name, license, tools list, logo path, skip_targets, etc.) β nothing per-MCP should live in this repo.mcps: in mcp-pipeline.yaml with at minimum repo_url. Everything else lives in the MCP's own .distribution.yaml.v1.0.0, dispatch this workflow with mcp_name=<your-id>, version=1.0.0.MIT. See LICENSE.
Internal Garrigues / g-digital project. For onboarding, see docs/runbooks/setup-day1.md (added in Epic 1).
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ead-factory)<a href="https://allmcps.com/mcp/ead-factory"><img src="https://allmcps.com/api/badge/ead-factory?style=directory" alt="Ead Factory on AllMCPs" /></a>