Skip to content
Gemini CLI

AI Agent Background Job Queue for Gemini CLI

io.github.ansarii/mcp-durable-tasks

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

client:Gemini CLI transport:streamable-http

Install AI Agent Background Job Queue in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

AI Agent Background Job Queue in other clients