Skip to content
Zed

DocMake for Zed

io.docmake/mcp

Generate DOCX and PDF documents from your DocMake templates

client:Zed transport:stdio runtime:npm

Install DocMake in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@docmake/mcp"
      ],
      "env": {
        "DOCMAKE_API_KEY": "<DOCMAKE_API_KEY>",
        "DOCMAKE_OUTPUT_DIR": "<DOCMAKE_OUTPUT_DIR>",
        "DOCMAKE_API_BASE": "<DOCMAKE_API_BASE>"
      }
    }
  }
}

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

DocMake in other clients