Deterministic design-system linter for rendered websites. CLI + MCP server for AI coding agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"plumb": {
"command": "cargo",
"args": [
"run",
"--",
"plumb"
]
}
}
}
Run in terminal:
claude mcp add plumb cargo run -- plumb
Add to .cursor/mcp.json:
{
"mcpServers": {
"plumb": {
"command": "cargo",
"args": [
"run",
"--",
"plumb"
]
}
}
}