Skip to content

v0.1.0

Choose a tag to compare

@himattm himattm released this 15 Dec 22:55
· 63 commits to main since this release

Initial Release

Agent Task Queue is an MCP server that prevents multiple AI agents from running expensive build operations concurrently.

Features

  • FIFO task queuing - Serializes builds across all connected agents
  • Multiple queue support - Isolate workloads with named queues
  • No timeouts - MCP keeps connections alive indefinitely
  • Zombie protection - Detects dead processes and clears stale locks
  • Environment variables - Pass build-specific config via env_vars
  • Configurable - CLI options for data directory, log rotation, timeouts

Installation

uvx agent-task-queue

Supported Agents

Works with any MCP-compatible tool: Claude Code, Claude Desktop, Cursor, VS Code/Copilot, Windsurf, Amp, Cline, Firebender, and others.