adeu

dealfluence/adeu
★ 64 stars Python 🤖 AI/LLM Updated 10d ago
Agentic DOCX Redlining Engine. Enables LLMs to read Word documents and inject native Track Changes (w:ins, w:del) and Comments without breaking formatting. Includes Model Context Protocol (MCP) Server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "adeu": {
      "command": "uvx",
      "args": [
        "adeu"
      ]
    }
  }
}

Or install with pip: pip install adeu

Topics

agentic-aidocxlegal-techllmmcppythonredliningtrack-changesword-processing