Odel
Roast My Design System

Roast My Design System

Local
@gregkozakiewicz14JavaScriptMITUpdated Today

Audit your Design System and serve your Agent the rules that keep AI-written UI on-system.

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).

npmroast-my-design-systemv5.10.3

Run

npx -y roast-my-design-system

MCP client config

{
  "mcpServers": {
    "roast-my-design-system": {
      "command": "npx",
      "args": [
        "-y",
        "roast-my-design-system"
      ]
    }
  }
}