Audit your Design System and serve your Agent the rules that keep AI-written UI on-system.
claude mcp add roast-my-design-system -- npx -y roast-my-design-system
claude_desktop_config.json
{
"mcpServers": {
"roast-my-design-system": {
"command": "npx",
"args": [
"-y",
"roast-my-design-system"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"roast-my-design-system": {
"command": "npx",
"args": [
"-y",
"roast-my-design-system"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"roast-my-design-system": {
"command": "npx",
"args": [
"-y",
"roast-my-design-system"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"roast-my-design-system": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"roast-my-design-system"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"roast-my-design-system": {
"command": "npx",
"args": [
"-y",
"roast-my-design-system"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.pencilrebel--roast-my-design-system/reviews or the review_server meta-tool.
POST /mcp