Skip to content

An MCP server that lets AI agents sleep for a specified duration.

License

Notifications You must be signed in to change notification settings

usamaasfar/isleep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isleep

isleep

An MCP server that lets AI agents sleep for a specified duration.

Introduce delays between steps, wait for builds or compile times to finish, throttle requests, or pause before retrying a failed action.

npm


Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "isleep": {
      "command": "npx",
      "args": ["-y", "isleep"]
    }
  }
}

Claude Code

claude mcp add isleep -- npx -y isleep

Tool

sleep

Sleep (wait/pause) for a specified duration.

Parameter Type Description
duration number The amount of time to sleep (must be positive)
unit string One of: seconds, minutes, hours, days, months, years

Example call:

{
  "duration": 30,
  "unit": "seconds"
}

Response:

Slept for 30 seconds.

isleep

About

An MCP server that lets AI agents sleep for a specified duration.

Topics

Resources

License

Stars

Watchers

Forks