Skip to main content
Glama
kwgoodwin

Clearon Editorial Pipeline MCP

by kwgoodwin

Clearon Editorial Pipeline MCP

不変の編集リビジョン、明示的な人間による承認、ドラフトのみの公開ハンドオフのためのMCPサーバー。

このサーバーは散文を執筆せず、AIによる執筆を検出すると主張することもありません。その役割は、リビジョンを保存し、透明なスタイルヒューリスティックを公開し、エクスポート前に明示的な人間によるレビューを要求することです。

機能

  • 追記専用の編集プロジェクトを作成します。

  • SHA-256フィンガープリントを使用して不変のリビジョンを保存します。

  • 著者検出器を装うことなく、スタイルヒューリスティックにフラグを立てます。

  • 編集レビュー、事実確認、引用レビューの明示的な確認を要求します。

  • 別の公開ワークフローのために、ドラフトのみのWordPressペイロードをエクスポートします。

Related MCP server: Shawn Core MCP

行わないこと

  • 公開は行いません。

  • あなたに代わって編集上の判断を下すことはありません。

  • 外部資料に対する情報源や引用の検証は行いません。

  • 生のHTMLエクスポートを自動的にサニタイズすることはありません。

要件

  • Node.js 20 以降

  • stdioサーバーを起動できるローカルのMCPクライアント

インストール

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

MCPクライアントのセットアップ

stdio設定の例:

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

ストレージ

デフォルトでは、プロジェクトデータはリポジトリの外部にあるユーザーデータディレクトリに保存されます:

  • 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

この場所は CLEARON_EDITORIAL_ROOT で上書きできます。

各プロジェクトには以下が保存されます:

  • project.json

  • revisions/*.txt

  • revisions/*.json

  • approvals/*.json

  • handoffs/*.json

推奨ワークフロー

  1. create_editorial_project を呼び出します。

  2. audit_revision を呼び出します。

  3. 通常の編集環境でコンテンツを書き直します。

  4. propose_revision を呼び出します。

  5. 提案された正確なテキスト、保護された箇所、監査出力を確認します。

  6. apply_revision を呼び出します。

  7. 人間による編集レビュー、事実確認、引用レビューの後にのみ approve_revision を呼び出します。

  8. export_wordpress_payload を呼び出します。

  9. エクスポートしたペイロードを、別の公開ドライランワークフローに通します。

ツール

  • get_server_health

  • create_editorial_project

  • list_editorial_projects

  • get_editorial_project

  • audit_revision

  • propose_revision

  • apply_revision

  • approve_revision

  • export_wordpress_payload

HTMLエクスポート

プロジェクトが content_format=html を使用する場合、export_wordpress_payload には trusted_html=true が必要です。

この要件が明示されているのは、サーバーが保存されたHTMLをそのまま渡すためです。サニタイズが必要な場合は、エクスポート前に別の信頼できる前処理ステップで行ってください。

開発

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