Skip to main content
Glama
kwgoodwin

Clearon Editorial Pipeline MCP

by kwgoodwin

Clearon Editorial Pipeline MCP

MCP-Server für unveränderliche redaktionelle Revisionen, ausdrückliche menschliche Freigabe und Nur-Entwurf-Übergaben an die Veröffentlichung.

Der Server schreibt keine Texte und beansprucht nicht, KI-Autorenschaft zu erkennen. Seine Aufgabe ist es, Revisionen zu bewahren, transparente Stilheuristiken offenzulegen und vor dem ExPort eine ausdrückliche menschliche Prüfung zu verlangen.

Was er tut

  • Erstellt append-only redaktionelle Projekte.

  • Bewahrt unveränderliche Revisionen mit SHA-256-Fingerprints.

  • Kennzeichnet Stilheuristiken, ohne vorzugeben, ein Autorenschaftsdetektor zu sein.

  • Verlangt ausdrückliche Bestätigungen der redaktionellen, faktischen und Zitatprüfung.

  • Exportiert Nur-Entwurf-WordPress-Payloads für einen separaten Veröffentlichungsworkflow.

Related MCP server: Shawn Core MCP

Was er nicht tut

  • Er veröffentlicht nicht.

  • Er trifft keine redaktionellen Entscheidungen für Sie.

  • Er prüft Quellen oder Zitate nicht anhand externen Materials.

  • Er bereinigt rohe HTML-Exporte nicht automatisch.

Voraussetzungen

  • Node.js 20 oder neuer

  • Ein lokaler MCP-Client, der einen stdio-Server starten kann

Installation

cd tools/clearon-editorial-pipeline-mcp
npm install
npm test
npm run smoke

MCP-Client-Einrichtung

Beispiel-stdio-Konfiguration:

{
  "mcpServers": {
    "clearon-editorial-pipeline": {
      "command": "node",
      "args": ["/absolute/path/to/clearon-editorial-pipeline-mcp/server.mjs"]
    }
  }
}

Speicherung

Standardmäßig werden Projektdaten außerhalb des Repositorys in einem Benutzerdatenverzeichnis gespeichert:

  • macOS: ~/Library/Application Support/clearon-editorial-pipeline-mcp/projects

  • Linux: ${XDG_DATA_HOME:-~/.local/share}/clearon-editorial-pipeline-mcp/projects

  • Windows: %APPDATA%\\clearon-editorial-pipeline-mcp\\projects

Überschreiben Sie diesen Speicherort mit CLEARON_EDITORIAL_ROOT.

Jedes Projekt speichert:

  • project.json

  • revisions/*.txt

  • revisions/*.json

  • approvals/*.json

  • handoffs/*.json

Empfohlener Workflow

  1. Rufen Sie create_editorial_project auf.

  2. Rufen Sie audit_revision auf.

  3. Schreiben Sie den Inhalt in Ihrer normalen redaktionellen Umgebung um.

  4. Rufen Sie propose_revision auf.

  5. Prüfen Sie den exakten vorgeschlagenen Text, geschützte Passagen und die Audit-Ausgabe.

  6. Rufen Sie apply_revision auf.

  7. Rufen Sie approve_revision erst nach menschlicher redaktioneller, faktischer und Zitatprüfung auf.

  8. Rufen Sie export_wordpress_payload auf.

  9. Führen Sie die exportierte Payload durch einen separaten Veröffentlichungs-Dry-Run-Workflow.

Tools

  • get_server_health

  • create_editorial_project

  • list_editorial_projects

  • get_editorial_project

  • audit_revision

  • propose_revision

  • apply_revision

  • approve_revision

  • export_wordpress_payload

HTML-Exporte

Wenn ein Projekt content_format=html verwendet, erfordert export_wordpress_payload trusted_html=true.

Diese Anforderung ist ausdrücklich, weil der Server gespeichertes HTML unverändert durchreicht. Wenn Sie eine Bereinigung benötigen, führen Sie sie vor dem Export in einem separaten vertrauenswürdigen Vorverarbeitungsschritt durch.

Entwicklung

npm test
npm run smoke
npm run syntax
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables git-versioned project state for AI sessions, capturing decisions, constraints, and rejected paths with confidence and provenance. It provides a deterministic resume context so new sessions continue without losing direction or re-proposing rejected work.
    1
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables local-first specialist routing and evidence-based handoffs, including changelog management, continuity records, and allowlisted local Git snapshot and commit operations.
    8
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Enables revision-bound source audits with exact article fingerprinting, claim-to-source mapping, quotation verification, and immutable JSON evidence reports for prepublication review.
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • Deterministic cited disclosure drafts with verified GHG lineage and audit hashes.

  • Stamp content with permanent, verifiable provenance. Hash locally, verify free forever.

  • Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwgoodwin/clearon-editorial-pipeline-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server