Command Palette

Search for a command to run...

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

Wait

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

A minimal MCP server that lets AI agents pause for a specified duration before resuming their workflow. Useful for polling patterns like waiting for PR approval

GitHubEmbed

Описание

A minimal MCP server that lets AI agents pause for a specified duration before resuming their workflow. Useful for polling patterns like waiting for PR approval or file creation.

README

A minimal MCP server that lets AI agents pause for a specified duration before resuming their workflow. Useful for polling patterns: check a condition, wait, retry.

Use cases

  • Wait for a PR to be approved before merging
  • Wait for a Slack response before continuing a conversation
  • Wait for a file to be created by an external process
  • Any retry/polling loop where the agent needs to back off

Tool: wait

Parameter Type Required Description
seconds number yes Seconds to wait (1–600, max 10 min)
reason string no Why you're waiting (for logging)

Returns a confirmation message once the delay has elapsed.

Quick start with npx

No installation needed — just add to your MCP configuration:

{
  "mcpServers": {
    "mcp-wait": {
      "command": "npx",
      "args": ["-y", "@lzientek/mcp-wait"]
    }
  }
}

Install globally

npm install -g @lzientek/mcp-wait

Then use in your MCP config:

{
  "mcpServers": {
    "mcp-wait": {
      "command": "mcp-wait"
    }
  }
}

Example agent flow

1. Check PR status → not approved
2. Call wait(seconds: 180, reason: "waiting for PR approval")
3. (3 minutes pass)
4. Check PR status again → approved ✓
5. Proceed with merge

License

MIT

from github.com/lzientek/mcp-wait

Установить Wait в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install mcp-wait

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add mcp-wait -- npx -y @lzientek/mcp-wait

FAQ

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

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

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

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

Wait — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

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

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

Похожие MCP

Compare Wait with

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

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

Автор?

Embed-бейдж для README

Похожее

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