
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
stylobridge
Advanced tools
Enterprise-grade MCP document converter -- Markdown and PDF to professionally styled Word documents.
StyloBridge is an MCP server that converts Markdown and PDF files to professionally styled Word documents. It integrates with Claude Desktop, Cursor, and VS Code, applying your corporate brand templates automatically while enforcing licensing and logging every conversion for audit compliance.
Requires: Python 3.10+, uv
git clone https://github.com/blockpal1/Stylobridge.git
cd Stylobridge
Add StyloBridge to your Claude Desktop configuration:
Windows (%APPDATA%/Claude/claude_desktop_config.json):
macOS (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"stylobridge": {
"command": "uv",
"args": ["--directory", "/path/to/Stylobridge", "run", "python", "main.py"],
"env": {
"STYLOBRIDGE_LICENSE": "<your-license-token>",
"TEMPLATE_DIR": "/path/to/Stylobridge/src/templates",
"WORKSPACE_ROOT": "/path/to/your/documents"
}
}
}
}
Requires: Docker
{
"mcpServers": {
"stylobridge": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-e", "STYLOBRIDGE_LICENSE=<your-license-token>",
"-v", "/path/to/documents:/app/data",
"-v", "/path/to/templates:/app/src/templates",
"ghcr.io/blockpal1/stylobridge:latest"
]
}
}
}
| Variable | Required | Description |
|---|---|---|
STYLOBRIDGE_LICENSE | Yes | RS256-signed JWT license token |
TEMPLATE_DIR | No | Path to corporate .docx brand templates (default: src/templates/) |
WORKSPACE_ROOT | No | Root directory for all file I/O; paths outside this are rejected |
LOG_LEVEL | No | Logging verbosity: DEBUG, INFO, WARNING, ERROR (default: INFO) |
| Tool | Description |
|---|---|
convert_to_docx | Convert a Markdown or PDF file to a styled .docx document, with optional brand template and table of contents |
list_templates | List all available corporate brand templates in the configured template directory |
analyze_and_create_template | Analyze an existing branded .docx file and extract its styles into a reusable Pandoc reference template |
| Plan | Price | Includes |
|---|---|---|
| Individual | $199/year | Document conversion (Markdown and PDF to DOCX) |
| Team | $1,495/year | Everything -- up to 25 users, brand templates, audit logging |
| Enterprise | $4,995/year | Everything -- unlimited users |
Visit github.com/blockpal1/Stylobridge for details.
Proprietary. A valid license token is required to use StyloBridge. See the Pricing section for available plans.
FAQs
Air-gapped MCP document converter — Markdown/PDF to branded DOCX with audit logging
The pypi package stylobridge receives a total of 20 weekly downloads. As such, stylobridge popularity was classified as not popular.
We found that stylobridge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.