A
licenseA
qualityB
maintenanceEnables Claude Code to delegate tasks to OpenCode subagents asynchronously, with tools for starting tasks, polling status, and fetching results.
7
58 npm
2
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool has a unique, well-defined purpose: dispatch starts tasks, cancel stops them, list enumerates tasks, status checks state, result retrieves output, and wait blocks for completion. No overlaps.
All tools follow a consistent pattern: 'opencode_' prefix followed by a verb (cancel, dispatch, list, result, status, wait). No mixing of styles.
Six tools cover the essential operations for managing opencode tasks without unnecessary bloat or gaps. The number is appropriate for the server's purpose.
The tool set provides complete lifecycle coverage for opencode tasks: create (dispatch), read (list, status, result), delete (cancel), and a blocking wait. No obvious missing operations.