Skip to content
Cursor

stylobridge for Cursor

io.github.blockpal1/stylobridge

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

client:Cursor transport:stdio runtime:pypi

Install stylobridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stylobridge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "stylobridge"
      ],
      "env": {
        "STYLOBRIDGE_LICENSE": "<STYLOBRIDGE_LICENSE>",
        "TEMPLATE_DIR": "<TEMPLATE_DIR>",
        "WORKSPACE_ROOT": "<WORKSPACE_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

stylobridge in other clients