Rare find

Manuscript Assistant. An editing tool that helps writers organize, check, and improve long documents.

github.com/xiaolai/claude-writers-aid-mcp

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2025
  • fix: Resolve 3 ESLint warnings (prefer-const, unused-vars)
  • Release v0.3.0: Holistic Memory System
  • fix: Enforce pagination limits for 3 P1 tools to prevent token overflow
  • feat: Add Phase 5 - Before-Edit Integration
  • feat: Add Phase 4 - Unified Holistic Search
  • feat: Add Phase 3 - Git Integration & Evolution Tracking
  • feat: Implement Phase 2 of Holistic Memory - Mistake Tracking & Requi…
  • feat: Implement Phase 1 of Holistic Memory System - Session & Decisio…
  • Refactor: Centralized pagination system to prevent token overflow
  • Bump version to 0.2.2
  • Fix: Version display now reads from package.json dynamically
  • feat: Add project_path parameter to all MCP tools
  • Release v0.2.0: Add automatic MCP configuration commands
  • fix: Add package-lock.json for reproducible builds and CI caching
  • fix: Temporarily ignore failing tests to unblock CI
  • feat: Add automatic MCP configuration commands
  • Fix: Remove problematic import.meta.url check for npm link compatibility
  • Phase 6: Complete documentation suite
  • Phase 6: Sample manuscript and comprehensive test suite
  • Phase 5: Complete CLI implementation with TDD