提交

Sleep Mcp Server

@erichung9060

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"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.