Skip to content
Cursor

AI Agent Background Job Queue for Cursor

io.github.ansarii/mcp-durable-tasks

Durable background job execution, async task scheduling, and state persistence for AI agents.

client:Cursor transport:streamable-http

Install AI Agent Background Job Queue in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-durable-tasks": {
      "url": "https://neon_innovation_lab--mcp-durable-tasks-job-queue-backend.apify.actor/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AI Agent Background Job Queue in other clients