Sleep MCP Server
Sleep MCP 서버
간단한 대기/절전 도구를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. API 호출 간 대기 또는 최종 일관성 시스템 테스트 등 작업 간 지연 시간을 추가하는 데 유용합니다.
사용 가능한 도구
sleep: 지정된 시간(밀리초) 동안 대기합니다.
Related MCP server: MCP-Wait
설치
지엑스피1
구성
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 서버가 응답을 기다리는 최대 시간(밀리초)을 지정합니다. 이 매개변수는 sleep 도구의 경우 특히 중요합니다. sleep 시간보다 짧은 timeout을 설정하면 작업이 실패하기 때문입니다. timeout 값은 항상 사용하려는 최대 sleep 시간보다 크게 설정해야 합니다.
개발
테스트 설정
테스트는 다양한 기간 동안 수면 기능을 검증합니다.
npm test건물
npm run build특허
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