Skip to content

AI Agent Background Job Queue for Zed

io.github.ansarii/mcp-durable-tasks

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

client:Zed transport:streamable-http

Install AI Agent Background Job Queue in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

AI Agent Background Job Queue in other clients