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
{
"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