← Back to Plugins
MCP Server MCP

io.github.blockpal1/stylobridge

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

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

Verified source

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

Loading comments...