MCP.so
登录
S

Sleep Mcp Server

@erichung9060

关于 Sleep Mcp Server

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.

基本信息

分类

其他

传输方式

stdio

发布者

erichung9060

提交者

RUEI TING HUNG

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

1

Wait for the specified number of seconds.

概览

What is Sleep Mcp Server?

Sleep Mcp Server is an 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.

How to use Sleep Mcp Server?

Configure the server in your MCP client settings using the command npx -y sleep-mcp. The server offers a single tool sleep that takes a number of seconds as argument.

Key features of Sleep Mcp Server

  • Offers a single tool: sleep with configurable seconds.
  • Lightweight and easy to install via npx.
  • Open source with clear development setup.
  • Designed for LLMs needing to pause execution.

Use cases of Sleep Mcp Server

  • Wait for an external API to return a response.
  • Pause before checking for new data in a stream.
  • Introduce a delay between sequential LLM tool calls.

FAQ from Sleep Mcp Server

What exactly does the sleep tool do?

It pauses the MCP server’s execution for a specified number of seconds, allowing an LLM to wait for external events.

What runtime dependencies are required?

The server requires Node.js and is run via npx (npm). It has no other external dependencies.

How is the server invoked?

It is started through your MCP client configuration using the npx -y sleep-mcp command, with no additional configuration keys needed.

Does the server use any authentication or special transport?

No authentication is mentioned, and it uses standard MCP transport (stdio) by default.

Are there any limits on the sleep duration?

The README does not specify a maximum or minimum sleep duration; it accepts any number of seconds.

评论

其他 分类下的更多 MCP 服务器