MCP-Wait
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等待工具
服务器提供了一个简单的wait工具,它接受seconds参数:
seconds:等待的秒数(0-300)
例子:
{
"seconds": 5
}这将等待 5 秒并在等待期间报告进度。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- waitB
Related MCP Servers
- AlicenseBqualityDmaintenanceA 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.12821ISC
- AlicenseNot gradedqualityDmaintenanceAn MCP server for spawning and managing bash commands asynchronously. Run multiple shell commands in parallel and check their progress independently.6MIT
- 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 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.
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/automation-ai-labs/mcp-wait'
If you have feedback or need assistance with the MCP directory API, please join our Discord server