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