Skip to content
VS Code

stylesafe for VS Code

io.github.patrizzos/stylesafe

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

client:VS Code transport:stdio runtime:npm

Install stylesafe in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

stylesafe in other clients