Skip to content
Zed

Dokmatiq DocGen for Zed

io.github.dokmatiq/docgen

PDF/DOCX/Excel generation with stationery overlay, ZUGFeRD/XRechnung, signing, receipt OCR.

client:Zed transport:stdio runtime:pypi

Install Dokmatiq DocGen 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": {
    "docgen": {
      "command": "uvx",
      "args": [
        "dokmatiq-docgen-mcp"
      ],
      "env": {
        "DOCGEN_API_KEY": "<DOCGEN_API_KEY>",
        "DOCGEN_BASE_URL": "<DOCGEN_BASE_URL>"
      }
    }
  }
}

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

Dokmatiq DocGen in other clients