Skip to main content
Glama

MCP-대기

다른 작업이 완료될 때까지 일시 중지할 수 있는 대기 기능을 제공하는 간단한 MCP 서버입니다.

특징

  • 지정된 시간(초) 동안 기다리세요
  • 대기 중 진행 상황 보고
  • CLI를 통해 또는 SSE를 사용한 HTTP 서버로 사용하기 쉽습니다.

Claude Desktop/Cursor/Chatwise와 통합

Claude Desktop과 함께 사용하려면 구성에 다음을 추가하세요.

지엑스피1

설치

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 검사관으로 검사하세요

MCP Inspector 웹 UI를 사용하여 서버를 검사합니다.

npm run inspect

SSE 서버로 시작

다른 애플리케이션과 통합하기 위해 SSE 지원으로 서버를 시작합니다.

TRANSPORT_TYPE=sse PORT=8080 npm start

대기 도구

서버는 seconds 매개변수를 허용하는 간단한 wait 도구를 제공합니다.

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

다른 작업이 완료될 때까지 일시 정지할 수 있는 대기 기능을 제공하고, 진행 상황 보고 기능과 SSE가 포함된 CLI 또는 HTTP 서버를 지원하는 간단한 MCP 서버입니다.

  1. 특징
    1. Claude Desktop/Cursor/Chatwise와 통합
      1. 설치
        1. Smithery를 통해 설치
        2. 수동 설치
      2. 용법
        1. CLI 테스트
        2. MCP 검사관으로 검사하세요
        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