Skip to content
Zed

adeu for Zed

ai.adeu/adeu

Automated DOCX Redlining Engine

client:Zed transport:stdio runtime:npm

Install adeu in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "adeu": {
      "command": "npx",
      "args": [
        "-y",
        "@adeu/mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

adeu in other clients