Skip to content
Zed

Safe Docx for Zed

io.github.usejunior/safe-docx

AI-native surgical editing of Word .docx and OpenDocument .odt files with formatting preservation

client:Zed transport:stdio runtime:npm

Install Safe Docx in Zed

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

{
  "context_servers": {
    "safe-docx": {
      "command": "npx",
      "args": [
        "-y",
        "@usejunior/safe-docx"
      ]
    }
  }
}

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

Safe Docx in other clients