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.
Automate task breakdown, dependency tracking, and smart project recommendations.
Use one MCP server for filesystem, database, web, and system operations.
Connect databases, files, AWS IAM, and Gmail through one MCP server.
Let AI list and run Taskfile.yml tasks for automated dev workflows.
Build and deploy a Next.js MCP server with OAuth and streaming transports.
Configure and manage MCP servers across multiple transport modes.