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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
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)