Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Sleep

БесплатноНе проверен

Provides a simple sleep/wait tool for introducing timed delays between operations, enabling scenarios like API call spacing and time-dependent process simulatio

GitHubEmbed

Описание

Provides a simple sleep/wait tool for introducing timed delays between operations, enabling scenarios like API call spacing and time-dependent process simulation.

README

Sleep MCP Logo

A Model Context Protocol (MCP) server that provides a simple sleep/wait tool. Useful for adding delays between operations, such as waiting between API calls or testing eventually consistent systems.

Available Tools

  • sleep: Wait for a specified duration in milliseconds

Installation

git clone https://github.com/Garoth/sleep-mcp.git
npm install

Configuration

Add to your Cline MCP settings file (ex. ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):

{
  "mcpServers": {
    "sleep": {
      "command": "node",
      "args": ["/path/to/sleep-server/build/index.js"],
      "disabled": false,
      "autoApprove": [],
      "timeout": 300
    }
  }
}

Note: The timeout parameter specifies the maximum time (in milliseconds) that the MCP server will wait for a response before timing out. This is particularly important for the sleep tool, as setting a timeout that's shorter than your sleep duration will cause the operation to fail. Make sure your timeout value is always greater than the maximum sleep duration you plan to use.

Development

Setting Up Tests

The tests verify the sleep functionality with various durations:

npm test

Building

npm run build

License

MIT

from github.com/garoth/sleep-mcp

Установка Sleep

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/garoth/sleep-mcp

FAQ

Sleep MCP бесплатный?

Да, Sleep MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Sleep?

Нет, Sleep работает без API-ключей и переменных окружения.

Sleep — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Sleep в Claude Desktop, Claude Code или Cursor?

Открой Sleep на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Sleep with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development