Skip to main content
Glama
Garoth

Sleep MCP Server

by Garoth

スリープMCPサーバー

シンプルなスリープ/待機ツールを提供するモデルコンテキストプロトコル(MCP)サーバー。API呼び出し間の待機や、結果整合性システムのテストなど、操作間に遅延を追加するのに便利です。

利用可能なツール

  • sleep : 指定された時間(ミリ秒単位)待機します

Related MCP server: MCP-Wait

インストール

git clone https://github.com/Garoth/sleep-mcp.git
npm install

構成

Cline MCP 設定ファイル (例: ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json) に追加します。

{
  "mcpServers": {
    "sleep": {
      "command": "node",
      "args": ["/path/to/sleep-server/build/index.js"],
      "disabled": false,
      "autoApprove": [],
      "timeout": 300
    }
  }
}

注: timeoutパラメータは、MCPサーバーがタイムアウトするまでの応答の最大待機時間(ミリ秒単位)を指定します。これは特にスリープツールにおいて重要です。スリープ時間よりも短いタイムアウト値を設定すると、操作が失敗する可能性があります。タイムアウト値は、必ず最大スリープ時間よりも大きい値に設定してください。

発達

テストの設定

テストでは、さまざまな期間のスリープ機能を検証します。

npm test

建物

npm run build

ライセンス

マサチューセッツ工科大学

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
    A
    quality
    D
    maintenance
    Provides a simple 'wait' tool that introduces deliberate pauses into workflows executed by MCP clients, allowing time for asynchronous operations to complete before proceeding to the next step.
    1
    47
    1
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A simple MCP server that provides waiting functionality to pause until other tasks finish, with progress reporting and support for CLI or HTTP server with SSE.
    1
    11
    5
    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

View all related MCP servers

Related MCP Connectors

  • MCP (Model Context Protocol) server for Appwrite

  • A basic MCP server to operate on the Postman API.

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

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/Garoth/sleep-mcp'

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