Super Plumber — workflow topology manager: CLI + MCP server + Web UI, pure YAML file storage
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"super-plumber": {
"command": "npx",
"args": [
"-y",
"LUKAWI/super-plumber"
]
}
}
}
Run in terminal:
claude mcp add super-plumber npx -y LUKAWI/super-plumber
Add to .cursor/mcp.json:
{
"mcpServers": {
"super-plumber": {
"command": "npx",
"args": [
"-y",
"LUKAWI/super-plumber"
]
}
}
}