Sleep MCP Server

by agentsworkingtogether

Not rated
GitHub

About

Pauses the execution of an agent for a specified duration.

Details

Author
agentsworkingtogether
Categories
Developer Tools, Automation, Other

Setup

Install Sleep MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/agentsworkingtogether/mcp-sleep

Follow the installation instructions in the repository README, then restart your MCP client.

Pauses the execution of an agent for a specified duration.

This MCP server attempts to pause execution for a specified duration to control the flow of your agents. Enhance your automation by introducing timed delays, ensuring tasks are executed in the desired sequence. Ideal for managing workflows that require waiting periods between actions.

To install Sleep MCP for Claude Desktop automatically viaSmithery:

npx @smithery/cli install @AgentsWorkingTogether/mcp-sleep --client claude

You can install the Sleep MCP server usingmcp-get:

npx @michaellatman/mcp-get@latest install mcp-sleep

MCP is still very new and evolving, we recommend following theMCP documentationto get the MCP basics up and running.

Create the following file depending on your OS:

On MacOS:~/Library/Application\ Support/Claude/claude_desktop_config.json

On Windows:%APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "mcp-sleep": { "command": "uvx", "args": [ "mcp-sleep" ], } } }

Optionally, it replace<MCP_SLEEP_TIMEOUT>with your timeout ( maximum time allowed to wait, default 60 seconds ):

{ "mcpServers": { "mcp-sleep": { "command": "uvx", "args": [ "mcp-sleep" ], "env": { "MCP_SLEEP_TIMEOUT": "<MCP_SLEEP_TIMEOUT>" } } } }

Alternatively, you can run the MCP server in SSE mode by running the following command:

This mode is useful to integrate with an MCP client that supports SSE (like a web app).
- sleep

- Pause execution for a specified duration to control the flow of your agents.
- Inputs:

- seconds(number, max timeout config value): Seconds it will take me to tell you to continue

To use this with Claude Desktop, add the following to yourclaude_desktop_config.json:

{ "mcpServers": { "mcp-sleep": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "MCP_SLEEP_TIMEOUT", "mcp/sleep" ], "env": { "MCP_SLEEP_TIMEOUT": "<MCP_SLEEP_TIMEOUT>" } } } }

If you are working locally add two environment variables to a.envfile in the root of the repository:

For local development, update your Claude Desktop configuration:

{ "mcpServers": { "mcp-sleep_local": { "command": "uv", "args": [ "run", "--directory", "/path/to/your/mcp-sleep", "run", "mcp-sleep" ] } } }
"mcpServers": { "mcp-sleep": { "command": "uvx", "args": [ "mcp-sleep" ] } }

To prepare the package for distribution:

This will create source and wheel distributions in thedist/directory.

Note: You'll need to set PyPI credentials via environment variables or command flags:

- Token:--tokenorUV_PUBLISH_TOKEN
- Or username/password:--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD

docker build -t mcp/sleep -f Dockerfile .

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using theMCP Inspector.

You can launch the MCP Inspector vianpmwith this command:

npx @modelcontextprotocol/inspector uv --directory /path/to/your/mcp-sleep run mcp-sleep

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Agents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

fable-discipline is a Claude Code plugin that makes agentic software work follow repeatable working patterns: design before code, verify after edits, separate author from reviewer, preserve verified state between sessions, and report uncertainty honestly.

Preflight checks for paid x402 and MCP tools before marketplace listing.

An intelligent MCP server that automates the reproduction of GitHub issues for AWS CDK projects.

Modern Open source Test Management with MCP Server integration

Read-first Jenkins MCP server in Go for agent-driven build debugging. 20 tools including compare_builds, flaky-test detection, JUnit/Ginkgo failure parsing, and disk-cached console logs with on-disk path handoff. Write tools (trigger/stop/cancel) gated by JENKINS_MCP_READONLY env var.

Standardized testing harness for MCP servers and agent workflows

An MCP server for Nextflow development and testing, which requires a local clone of the Nextflow Git repository.

Provides a sleep/wait tool to add delays between operations, such as waiting between API calls or testing eventually consistent systems.

Source-grounded launch review for x402, MCP, paid API, and agent-tool listings.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.