A
licenseNot graded
qualityA
maintenanceLocal MCP server for asynchronous coding-agent delegation, enabling Claude Code or Codex to delegate tasks to Cursor, Pi, Codex, or Claude Code and collect results later.
1
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool has a distinct purpose: dispatch creates jobs, poll and wait check status (polling vs. blocking), list_jobs lists all, cancel terminates. No overlap or ambiguity.
Most tools use single verbs (poll, dispatch, cancel, wait), but list_jobs uses verb_noun. This slight inconsistency prevents a perfect score but remains readable.
Five tools cover the essential lifecycle of job management (create, monitor, list, cancel) without being too many or too few.
Core operations are covered, but missing features like job retry or modification are minor gaps that agents can work around.