Skip to content
VS Code

AI Agent Background Job Queue for VS Code

io.github.ansarii/mcp-durable-tasks

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

client:VS Code transport:streamable-http

Install AI Agent Background Job Queue in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-durable-tasks": {
      "type": "http",
      "url": "https://neon_innovation_lab--mcp-durable-tasks-job-queue-backend.apify.actor/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AI Agent Background Job Queue in other clients