Back to Home
guojun21 icon

sleep-task-executor-mcp

by guojun21

Overview

Orchestrates long-running, agent-based LLM tasks, generating content and continuously or periodically re-executing prompts based on initial goals and input materials.

Installation

Run Command
npx sleep-task-executor-mcp

Security Notes

The server delegates task execution to an external `agent` CLI, which is invoked using `child_process.spawn`. User-controlled arguments like `agent_bin`, `workspace_dir`, `output_dir`, and `input_materials` are passed directly to `spawn` and file system operations (`fs` module). This introduces risks of arbitrary command execution if `agent_bin` is manipulated to point to a malicious binary, or path traversal if directory paths are not sufficiently sanitized. The `agent` is also run with `--force-allow-all-commands` (`-f`), giving it broad permissions within its workspace. Requires trust in the `agent` CLI and careful handling of user inputs to prevent exploitation.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-18

Tags

LLMAgentAutomationTask ManagementAIModel Context Protocol