A Model Context Protocol (MCP) server that provides a simple sleep tool for LLMs to wait for specified durations. Built with FastMCP framework.
{
"mcpServers": {
"sleep": {
"command": "npx",
"args": [
"-y",
"sleep-mcp"
]
}
}
}