isleep
An MCP server that lets AI agents sleep for a specified duration.
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.
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.

相關伺服器
Flyworks MCP
A server for creating fast and free lipsync videos for digital avatars, supporting both realistic and cartoon styles.
Smart Home Device Control
Control smart home devices and query information by connecting large models to smart home backend APIs.
Minecraft MCP Integration
Enables AI assistants to interact with a Minecraft server using the Model Context Protocol (MCP).
AgentRouter
Let your agent delegate tasks to specialised external agents and orchestrate multi agent approaches to tackle complex tasks and enable new capabilitys.
Swift Tarot
Provides tarot card readings, including single card draws, multi-card spreads, and full deck access.
AgentTrust
Challenge-response quality verification for AI agents and MCP servers.
Memory Forensics MCP Server
Unified Memory Forensics MCP Server - Multi-tier engine combining Rust speed with Vol3 coverage.
deBridge
Official deBridge protocol MCP Server. Finds optimal cross-chain swap routes, checks fees and conditions, initiates trades across major blockchain networks
maven-indexer-mcp
A Model Context Protocol (MCP) server that indexes your local Maven repository (~/.m2/repository) and Gradle cache ( ~/.gradle/caches/modules-2/files-2.1) to provide AI agents with tools to search for Java classes, method signatures, and source code.
Polymarket
An MCP tool for interacting with the Polymarket prediction market platform.