mcp-sleep
v1.0.2
Published
Allows AI agents to wait a while, such as adding a delay between an API call and seeing the result
Readme
Sleep MCP Server
Available Tools
sleep: Wait for a specified duration in milliseconds
Configuration
{
"mcpServers": {
"sleep": {
"command": "npx",
"args": [
"-y",
"mcp-sleep",
],
"timeout": 300
}
}
}