Adeu v1.4: Open-Source MCP for Track Changes in DOCX

LLMs handle Markdown natively, but legal documents use Track Changes in DOCX. Adeu is an open-source MCP server (MIT license) that treats the DOCX as a Virtual DOM, injecting native w:ins and w:del XML to create proper redlines while preserving formatting, numbering, and layouts.
New in v1.4.0
- Footnotes and endnotes projected inline with stable OOXML IDs — editable with full tracked changes.
- Defined terms extracted into a symbol table; linter flags duplicates, unused terms, and Levenshtein-distance typos.
- Cross-references and bookmark dependency maps extracted automatically.
- Multi-level lists round-trip cleanly through Markdown indentation.
- Diff hunk coalescing prevents fragmented redlines across single clauses.
Quick Start
uvx adeu initInit initializes the MCP server in your project. After that, Claude (or any MCP-compatible agent) can open a DOCX, suggest edits, and have them rendered as proper Track Changes.
Why This Matters
Standard LLM output is Markdown. Legal documents require precise OOXML redlining. Adeu bridges that gap by surgically modifying the XML rather than converting to Markdown, editing, and converting back — which destroys layouts, numbering, and track changes.
Who It's For
Developers building AI-powered legal document review or contract analysis tools.
📖 Read the full source: r/ClaudeAI
👀 See Also

Tokven MCP generates complete design token systems from a single hex color
Tokven MCP is a Model Context Protocol tool that creates a full design token system from a single brand hex color, including surfaces, borders, text hierarchy, shadows, and light/dark modes with automatic WCAG contrast validation.

ClawWatcher Reaches 200 Users, Reports $28K+ in Collective OpenClaw API Savings
ClawWatcher, a tool that tracks OpenClaw API costs in real-time, has reached 200 users. According to its creator, users have collectively saved over $28,000 in API costs, with an average cost reduction of 45%.

DecisionNode: CLI and MCP Server for Semantic Decision Storage
DecisionNode is a local-only CLI and MCP server that stores structured decisions as JSON, embeds them as vectors for semantic search, and makes them accessible across AI tools via MCP. It's MIT licensed and designed to work with Claude Code, Cursor, Windsurf, Antigravity, and other MCP clients.

Gemma4 26B-A4B Delivers Fast Local Performance with Web Search and Image Support
The gemma-4-26B-A4B model achieves approximately 145 tokens per second on an RTX 4090 and includes web search MCP and image support for chat applications. A blog post details setup and cross-platform usage on Mac and iPhone.