Skip to main content
Glama

Sleep MCP Server

by Garoth

スリープMCPサーバー

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

利用可能なツール

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

インストール

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

ライセンス

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

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Tools

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

  1. 利用可能なツール
    1. インストール
      1. 構成
        1. 発達
          1. テストの設定
          2. 建物
        2. ライセンス

          Related MCP Servers

          • -
            security
            -
            license
            -
            quality
            MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
            Last updated -
            3
            4
            MIT License
          • -
            security
            -
            license
            -
            quality
            MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
            Last updated -
            6
            3
            MIT License
          • -
            security
            -
            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.
          • -
            security
            -
            license
            -
            quality
            A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.

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

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