Allows AI agents to pause their execution for a specified duration.
Isleep is an MCP server designed to enable AI agents to pause their execution for a specified duration. This functionality is crucial for managing asynchronous operations, such as introducing deliberate delays before retrying failed actions, implementing request throttling to prevent API rate limits, or ensuring proper synchronization between steps in a complex workflow. It's also beneficial for scenarios where an agent needs to wait for external processes, like terminal builds or compilation, to complete before proceeding.
Key Features
010 GitHub stars
02Programmable sleep function for AI agents
03Supports multiple time units: seconds, minutes, hours, days, months, years
04Easy integration with Claude Desktop and Claude Code