Skip to main content
Glama

MCP-等待

铁匠徽章

一个简单的 MCP 服务器,提供等待功能以暂停直到其他任务完成。

特征

  • 等待指定的秒数

  • 等待期间的进度报告

  • 可通过 CLI 轻松使用,或作为带有 SSE 的 HTTP 服务器使用

Related MCP server: Sleep MCP Server

与 Claude Desktop/Cursor/Chatwise 集成

要与 Claude Desktop 一起使用,请将以下内容添加到您的配置中:

{
  "mcpServers": {
    "mcp-wait": {
      "command": "npx",
      "args": [
        "-y",
        "@automation-ai-labs/mcp-wait"
      ],
      "env": {
        "TRANSPORT_TYPE": "stdio"
      }
    }
  }
}

安装

通过 Smithery 安装

要通过Smithery自动安装 Wait for Claude Desktop:

npx -y @smithery/cli install @automation-ai-labs/mcp-wait --client claude

手动安装

npm install

用法

CLI 测试

使用 FastMCP CLI 直接测试服务器:

npm run dev

这将启动服务器并让您通过 CLI 与其交互。

使用 MCP Inspector 进行检查

使用 MCP Inspector Web UI 检查服务器:

npm run inspect

作为 SSE 服务器启动

启动具有 SSE 支持的服务器以便与其他应用程序集成:

TRANSPORT_TYPE=sse PORT=8080 npm start

等待工具

服务器提供了一个简单的wait工具,它接受seconds参数:

  • seconds :等待的秒数(0-300)

例子:

{
  "seconds": 5
}

这将等待 5 秒并在等待期间报告进度。

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/automation-ai-labs/mcp-wait'

If you have feedback or need assistance with the MCP directory API, please join our Discord server