Roast My Design System for Cursor
io.github.gregkozakiewicz/roast-my-design-system
Audit your Design System and serve your Agent the rules that keep AI-written UI on-system.
client:Cursor
transport:stdio
runtime:npm
Install Roast My Design System in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"roast-my-design-system": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"roast-my-design-system"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs