A lightweight MCP server providing a sleep tool for LLMs to wait for specified durations. Perfect for API response delays and controlled timing in AI workflows.
服务器配置
{
"mcpServers": {
"sleep": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sleep-mcp"
]
}
}
}