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
Описание
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
Установка Wait
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/lzientek/mcp-waitFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Wait with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
