Manage a Postgres task queue on EC2 and generate work prompts.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP Task Queue — EC2 + SSE" yet — see the docs or source repo.
Connect to the MCP Task Queue service on EC2 and list all pending tasks in the Postgres queue. Return task ID, title, priority, and current status sorted by creation time descending.
A structured task list for quickly reviewing current pending work.
Update task ID 1842 to status "in_progress", add the note "Started working on API refactor", and return the updated task details.
The updated task record including the new status and note.
Using the top 3 highest-priority pending tasks in the queue, generate a work prompt for Cursor that includes task context, implementation steps, and acceptance criteria.
A complete execution prompt for an AI coding assistant to move the tasks forward.
Create and list tasks quickly through a task REST API.
Automate task breakdown, dependency tracking, and smart project recommendations.
Manage tasks via MCP with CRUD, filtering, and productivity-focused prompts.
Manage personal tasks securely from any MCP-compatible client using local SQLite.
Use one MCP server for filesystem, database, web, and system operations.
Connect databases, files, AWS IAM, and Gmail through one MCP server.