MCP Server
MCP
io.github.blockpal1/stylobridge
Air-gapped Markdown/PDF to Word converter with brand templates and audit logging.
Install
uvx stylobridge
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "stylobridge",
"version": "1.0.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RS256-signed JWT license token",
"isRequired": true,
"isSecret": true,
"name": "STYLOBRIDGE_LICENSE"
},
{
"description": "Path to brand template directory",
"name": "TEMPLATE_DIR"
},
{
"description": "File I/O sandbox boundary",
"name": "WORKSPACE_ROOT"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/blockpal1/stylobridge:1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RS256-signed JWT license token",
"isRequired": true,
"isSecret": true,
"name": "STYLOBRIDGE_LICENSE"
}
]
}
]
}
mcp
model-context-protocol
pypi
oci
Comments
Sign in to leave a comment