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