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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Search and retrieve memories. Parameters: search (required, string) - Query string or 'ALL' for everything; topr (optional, integer) - Number of results (1-5, default: 3)
Add or delete memories. Parameters: content (required, string) - Memory text (NEW) or search query (DELETE); sTool (required, string) - 'NEW' or 'DELETE'; id (optional, string) - Specific ID to delete