Skip to content
Zed

docx forge for Zed

io.github.mdfifty50-boop/docx-forge

Professional document generation from structured data

client:Zed transport:stdio runtime:npm

Install docx forge in Zed

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

{
  "context_servers": {
    "docx-forge": {
      "command": "npx",
      "args": [
        "-y",
        "docx-forge-mcp"
      ]
    }
  }
}

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

docx forge in other clients