Sleep MCP Server
Servidor MCP de suspensión
Un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona una herramienta sencilla de suspensión/espera. Útil para añadir retrasos entre operaciones, como la espera entre llamadas a la API o para probar sistemas eventualmente consistentes.
Herramientas disponibles
sleep: esperar una duración especificada en milisegundos
Related MCP server: MCP-Wait
Instalación
git clone https://github.com/Garoth/sleep-mcp.git
npm installConfiguración
Agregue a su archivo de configuración de Cline MCP (p. ej. ~/.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
}
}
}Nota: El parámetro de
timeoutespecifica el tiempo máximo (en milisegundos) que el servidor MCP esperará una respuesta antes de agotar el tiempo de espera. Esto es especialmente importante para la herramienta de suspensión, ya que establecer un tiempo de espera inferior a la duración de la suspensión provocará un fallo en la operación. Asegúrese de que el valor del tiempo de espera sea siempre mayor que la duración máxima de suspensión que planea utilizar.
Desarrollo
Configuración de pruebas
Las pruebas verifican la funcionalidad del sueño con diferentes duraciones:
npm testEdificio
npm run buildLicencia
Instituto Tecnológico de Massachusetts (MIT)
Maintenance
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
- AlicenseAqualityDmaintenanceProvides 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.1471MIT
- AlicenseBqualityDmaintenanceA 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.1115MIT
- Flicense-qualityDmaintenanceA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
- AlicenseAqualityCmaintenanceA 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.116MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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