sleep-mcp-2.0

erichung9060/sleep-mcp-2.0

3.2

If you are the rightful owner of sleep-mcp-2.0 and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Sleep MCP Server 2.0 is a tool designed to facilitate waiting periods for LLMs, allowing them to pause operations for specified durations.

Tools
1
Resources
0
Prompts
0

Sleep MCP Server 2.0

A MCP server that provides a simple sleep tool for LLMs to wait for specified durations, such as waiting for an API response or for new data to become available.

Available Tools

sleep : Waits for a given number of seconds.

Installation

Configure in your MCP client settings:

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

Development

Setup

git clone https://github.com/erichung9060/sleep-mcp-2.0
cd sleep-mcp-2.0
npm install

Run

npm start

Build

npm run build

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.