Catalog
io.github.blockpal1/stylobridge
OfficialAir-gapped Markdown/PDF to Word converter with brand templates and audit logging.
Converts Markdown and PDF to Word with brand templates and audit logging.
README not available yet.
Install
Configuration
Environment variables
STYLOBRIDGE_LICENSErequiredsecretRS256-signed JWT license token
TEMPLATE_DIRPath to brand template directory
WORKSPACE_ROOTFile I/O sandbox boundary
claude_desktop_config.json
{
"mcpServers": {
"stylobridge": {
"command": "uvx",
"args": [
"stylobridge"
],
"env": {
"STYLOBRIDGE_LICENSE": "<YOUR_STYLOBRIDGE_LICENSE>",
"TEMPLATE_DIR": "<YOUR_TEMPLATE_DIR>",
"WORKSPACE_ROOT": "<YOUR_WORKSPACE_ROOT>"
}
}
}
}