Odel
StyleSafe

StyleSafe

Local
@patrizzosJavaScriptMITUpdated 1mo ago

MCP server and CLI that catches CSS cascade conflicts and Tailwind utility clashes before they ship.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@patrizzos/stylesafev0.1.9

Run

npx -y @patrizzos/stylesafe

MCP client config

{
  "mcpServers": {
    "stylesafe": {
      "command": "npx",
      "args": [
        "-y",
        "@patrizzos/stylesafe"
      ]
    }
  }
}