Practical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit, loop-init, loop-cost.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"loop-engineering": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-loop-engineering"
]
}
}
}