Enables AI agents to pause execution at critical decision points and request human review before proceeding. Provides tools for creating interrupts, polling for decisions, and managing approvals through a simple REST API interface.
{
"mcpServers": {
"loopin": {
"command": "npx",
"args": [
"-y",
"@colossal-api/loopin-mcp"
]
}
}
}