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_payloadtrusted_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