
Stylobridge
Convert Markdown or PDF drafts into branded Word documents locally with audit logs when shipping specs, proposals, or client deliverables.
Overview
StyloBridge is a MCP server for the Build phase that converts Markdown and PDF to branded Word documents with sandboxed, auditable local I/O.
What is this MCP server?
- Air-gapped Markdown/PDF to Word conversion pipeline
- Brand templates via configurable TEMPLATE_DIR
- Audit logging for document conversion workflows
- RS256 JWT license via STYLOBRIDGE_LICENSE (PyPI uvx or OCI image)
- WORKSPACE_ROOT sandbox boundary for file I/O
- Registry version 1.0.2 with PyPI and OCI distribution options
- Transports: stdio via uvx stylobridge or OCI ghcr.io/blockpal1/stylobridge:1.0.2
- Required secret env STYLOBRIDGE_LICENSE
What problem does it solve?
Indie builders and consultants lose time reformatting agent-written Markdown into on-brand Word files without leaking drafts to random online converters.
Who is it for?
Solo agencies and founders who need branded Word exports from agent-generated docs on an air-gapped or controlled machine.
Skip if: Teams that only publish web Markdown, lack Word deliverables, or cannot manage JWT license tokens.
What do I get? / Deliverables
After licensing and MCP setup, your agent can produce template-aligned DOCX from repo Markdown or PDF within WORKSPACE_ROOT and logged conversions.
- Branded Word files from Markdown or PDF inputs
- Audit-logged conversion runs within workspace boundaries
- Repeatable MCP-driven doc export for client handoffs
Recommended MCP Servers
Journey fit
Polished documentation and exportable deliverables are built artifacts, especially when agents author Markdown that must match brand templates. Docs subphase covers formatting, templates, and handoff files—not application runtime code.
How it compares
Local document conversion MCP, not a CMS skill or a collaborative Google Docs integration.
Common Questions / FAQ
Who is StyloBridge for?
StyloBridge is for solo builders and small firms that deliver Word documents and want agents to trigger branded conversions without cloud paste-ins.
When should I use StyloBridge?
Use it during Build-phase documentation when Markdown or PDF sources must become client-ready DOCX with templates and audit logs.
How do I add StyloBridge to my agent?
Obtain an RS256 JWT license, set STYLOBRIDGE_LICENSE (and TEMPLATE_DIR / WORKSPACE_ROOT as needed), run stylobridge via uvx or the ghcr.io OCI image, and register the stdio MCP server in your client.