← Index

io.github.blockpal1/stylobridge

io.github.blockpal1/stylobridge·v1.0.2·Documents & Spreadsheets
Quality Score
74
/100

Air-gapped Markdown/PDF to Word converter with brand templates and audit logging.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "stylobridge": {
      "command": "uvx",
      "args": [
        "stylobridge"
      ],
      "env": {
        "STYLOBRIDGE_LICENSE": "<your-stylobridge_license>",
        "TEMPLATE_DIR": "<template_dir>",
        "WORKSPACE_ROOT": "<workspace_root>"
      }
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "stylobridge": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/blockpal1/stylobridge:1.0.2"
      ],
      "env": {
        "STYLOBRIDGE_LICENSE": "<your-stylobridge_license>",
        "TEMPLATE_DIR": "<template_dir>",
        "WORKSPACE_ROOT": "<workspace_root>"
      }
    }
  }
}
§02  Environment variables
STYLOBRIDGE_LICENSE
requiredsecret

RS256-signed JWT license token

TEMPLATE_DIR

Path to brand template directory

WORKSPACE_ROOT

File I/O sandbox boundary

STYLOBRIDGE_LICENSE
requiredsecret

RS256-signed JWT license token

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Documents & Spreadsheets