Skip to content

Roast My Design System for Grok

io.github.pencilrebel/roast-my-design-system

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

client:Grok transport:stdio runtime:npm

Install Roast My Design System in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Roast My Design System in other clients