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