Skip to content
Cursor

stylesafe for Cursor

io.github.patrizzos/stylesafe

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

client:Cursor transport:stdio runtime:npm

Install stylesafe in Cursor

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

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

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

stylesafe in other clients