Skip to main content
Glama

MCP-待機

鍛冶屋のバッジ

他のタスクが完了するまで一時停止する待機機能を提供するシンプルな MCP サーバー。

特徴

  • 指定した秒数だけ待機する

  • 待機中の進捗報告

  • CLI 経由でも、SSE を使用した HTTP サーバーとしても簡単に使用できます。

Related MCP server: async-bash-mcp

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

待機ツール

サーバーは、 secondsパラメータを受け入れるシンプルなwaitツールを提供します。

  • seconds : 待機する秒数 (0-300)

例:

{
  "seconds": 5
}

これは 5 秒間待機し、待機中に進行状況を報告します。

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    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.
    1
    28
    21
    ISC
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server for spawning and managing bash commands asynchronously. Run multiple shell commands in parallel and check their progress independently.
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    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.
    1
    16
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    A minimal MCP server that gives AI agents the ability to pause execution by waiting a specified number of seconds, with support for local and AWS AgentCore deployment.

View all related MCP servers

Related MCP Connectors

  • MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

  • The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

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