stylobridge for Zed
io.github.blockpal1/stylobridge
Air-gapped Markdown/PDF to Word converter with brand templates and audit logging.
client:Zed
transport:stdio
runtime:pypi
Install stylobridge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stylobridge": {
"command": "uvx",
"args": [
"stylobridge"
],
"env": {
"STYLOBRIDGE_LICENSE": "<STYLOBRIDGE_LICENSE>",
"TEMPLATE_DIR": "<TEMPLATE_DIR>",
"WORKSPACE_ROOT": "<WORKSPACE_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs