This Inked MCP server, developed by the Model Context Protocol team, provides tools for managing and generating long-form content through drafts. Built with TypeScript and leveraging SQLite or PostgreSQL for storage, it offers features like draft versioning, chapter organization, and multiple output formats including Markdown and plain text. The implementation focuses on intuitive conversation-based drafting and revision workflows. It's particularly useful for AI assistants or applications supporting novelists, report writers, and other long-form content creators, enabling efficient content development without requiring deep knowledge of document formatting or version control systems.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Create a new chapter draft. Parameters: content (string), type (string), custom_id (string), parent_id (string)
Compile drafts into a specified output format. Parameters: draft_ids (array of strings), format (string), output_path (string)
List all drafts of a specified type. Parameters: type (string)