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

VectorClaw v1.0.0: MCP Server for Anki Vector Robot Control
VectorClaw v1.0.0 is an MCP server that enables OpenClaw to control Anki Vector robots through 23 specific tools for speech, motion, perception, sensors, and display functions.

AskFirst API adds human approval layer for AI agents
AskFirst is a REST API that lets AI agents pause for human approval before taking irreversible actions. It works with local models, hosted APIs, and any framework, providing email notifications, approve/deny options, and audit logs.

Portable Mind Format (PMF): Provider-Agnostic Agent Specification with 15 Open-Source Agents
The Portable Mind Format (PMF) is a JSON-based specification for defining AI agent identities that can run across multiple models and providers, including Claude, GPT-4, Gemini, DeepSeek, and local models via Ollama. It includes 15 MIT-licensed production agents and converters for Claude Code, Cursor, GitHub Copilot, and Gemini CLI.

Focusmo macOS app adds local MCP server for Claude AI integration
Focusmo, a macOS focus app, now includes a local MCP server that allows Claude AI to access real focus data for weekly reviews and planning. The server runs locally on Mac with no external servers required, keeping all data on-device.