Skip to content
Zed

stylesafe for Zed

io.github.patrizzos/stylesafe

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

client:Zed transport:stdio runtime:npm

Install stylesafe in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

stylesafe in other clients