Skip to main content
Glama

MCP-Espera

Un servidor MCP simple que proporciona una funcionalidad de espera para pausar hasta que finalicen otras tareas.

Características

  • Esperar un número específico de segundos
  • Informes de progreso durante la espera
  • Fácil de usar a través de CLI o como servidor HTTP con SSE

Integración con Claude Desktop/Cursor/Chatwise

Para utilizar con Claude Desktop, agregue lo siguiente a su configuración:

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

Instalación

Instalación mediante herrería

Para instalar Wait for Claude Desktop automáticamente a través de Smithery :

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

Instalación manual

npm install

Uso

Pruebas de CLI

Pruebe el servidor directamente usando la CLI de FastMCP:

npm run dev

Esto iniciará el servidor y le permitirá interactuar con él a través de la CLI.

Inspeccionar con MCP Inspector

Inspeccione el servidor utilizando la interfaz web de MCP Inspector:

npm run inspect

Iniciar como servidor SSE

Inicie el servidor con soporte SSE para integrarse con otras aplicaciones:

TRANSPORT_TYPE=sse PORT=8080 npm start

Herramienta de espera

El servidor proporciona una herramienta wait sencilla que acepta un parámetro seconds :

  • seconds : El número de segundos a esperar (0-300)

Ejemplo:

{ "seconds": 5 }

Esto esperará 5 segundos e informará el progreso durante la espera.

-
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.

Un servidor MCP simple que proporciona una funcionalidad de espera para pausar hasta que finalicen otras tareas, con informes de progreso y soporte para CLI o servidor HTTP con SSE.

  1. Características
    1. Integración con Claude Desktop/Cursor/Chatwise
      1. Instalación
        1. Instalación mediante herrería
        2. Instalación manual
      2. Uso
        1. Pruebas de CLI
        2. Inspeccionar con MCP Inspector
        3. Iniciar como servidor SSE
      3. Herramienta de espera

        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