Clearon Editorial Pipeline MCP
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 smokeMCPクライアントのセットアップ
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/projectsLinux:
${XDG_DATA_HOME:-~/.local/share}/clearon-editorial-pipeline-mcp/projectsWindows:
%APPDATA%\\clearon-editorial-pipeline-mcp\\projects
この場所は CLEARON_EDITORIAL_ROOT で上書きできます。
各プロジェクトには以下が保存されます:
project.jsonrevisions/*.txtrevisions/*.jsonapprovals/*.jsonhandoffs/*.json
推奨ワークフロー
create_editorial_projectを呼び出します。audit_revisionを呼び出します。通常の編集環境でコンテンツを書き直します。
propose_revisionを呼び出します。提案された正確なテキスト、保護された箇所、監査出力を確認します。
apply_revisionを呼び出します。人間による編集レビュー、事実確認、引用レビューの後にのみ
approve_revisionを呼び出します。export_wordpress_payloadを呼び出します。エクスポートしたペイロードを、別の公開ドライランワークフローに通します。
ツール
get_server_healthcreate_editorial_projectlist_editorial_projectsget_editorial_projectaudit_revisionpropose_revisionapply_revisionapprove_revisionexport_wordpress_payload
HTMLエクスポート
プロジェクトが content_format=html を使用する場合、export_wordpress_payload には trusted_html=true が必要です。
この要件が明示されているのは、サーバーが保存されたHTMLをそのまま渡すためです。サニタイズが必要な場合は、エクスポート前に別の信頼できる前処理ステップで行ってください。
開発
npm test
npm run smoke
npm run syntaxMaintenance
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
- AlicenseNot gradedqualityBmaintenanceEnables 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.11MIT
- AlicenseAqualityCmaintenanceEnables local-first specialist routing and evidence-based handoffs, including changelog management, continuity records, and allowlisted local Git snapshot and commit operations.8MIT
- AlicenseBqualityCmaintenanceEnables revision-bound source audits with exact article fingerprinting, claim-to-source mapping, quotation verification, and immutable JSON evidence reports for prepublication review.9MIT
- AlicenseBqualityCmaintenanceEnables users to maintain append-only content history with verified publication and social follow-through outcomes, search for overlaps, and run read-only integrity verification of stored snapshots.16MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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