Skip to main content
Glama

MCP-等待

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

特征

  • 等待指定的秒数
  • 等待期间的进度报告
  • 可通过 CLI 轻松使用,或作为带有 SSE 的 HTTP 服务器使用

与 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 秒并在等待期间报告进度。

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

一个简单的 MCP 服务器,提供等待功能以暂停直到其他任务完成,并具有进度报告和对带有 SSE 的 CLI 或 HTTP 服务器的支持。

  1. 特征
    1. 与 Claude Desktop/Cursor/Chatwise 集成
      1. 安装
        1. 通过 Smithery 安装
        2. 手动安装
      2. 用法
        1. CLI 测试
        2. 使用 MCP Inspector 进行检查
        3. 作为 SSE 服务器启动
      3. 等待工具

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          An MCP server to run commands.
          Last updated -
          2
          265
          150
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          A simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.
          Last updated -
          2
          23
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          This server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.
          Last updated -
          2
          1
          JavaScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          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.
          Last updated -
          1
          6
          7
          JavaScript

        View all related MCP servers

        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