claude-opencode-mcp
Related Servers
Alternatives to claude-opencode-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables Claude Code and Claude Desktop to delegate coding tasks to any model available in OpenCode while Claude remains the orchestrator, planning work, reviewing diffs, and running tests. Supports synchronous and async delegation, model selection, session continuation, and permission-aware execution.MIT
- AlicenseNot gradedqualityBmaintenanceEnables Claude Code to delegate prompts to an OpenCode agent session for cheaper executor-role work, supporting different providers and session persistence.17,832 npmMIT
- AlicenseAqualityBmaintenanceEnables Claude Code to delegate tasks to OpenCode subagents asynchronously, with tools for starting tasks, polling status, and fetching results.772 npm2MIT
- AlicenseAqualityDmaintenanceEnables Claude Code to delegate implementation tasks to Devin.4MIT
- FlicenseCqualityCmaintenanceEnables Claude Desktop to act as a planning agent while delegating coding tasks to OpenCode CLI, returning execution status, file diffs, and output, with support for continuing sessions and opening workspaces in IDEs.151-
- AlicenseNot gradedqualityAmaintenanceEnables Claude Code to delegate implementation tasks to Antigravity CLI and OpenCode, run them fully autonomously, and then review and gate the results.MIT
TDQS
Scored across 7 tools
Each tool targets a distinct stage in a delegation session lifecycle: creating/delegating, sending follow-ups, inspecting state/diff, aborting, and listing available agents. create_session and delegate_task could be confused since both initiate sessions, but their descriptions clearly separate 'no task yet' from 'run a task'.
All tools follow a consistent verb_noun snake_case pattern: create_session, delegate_task, send_message, get_session, get_diff, abort_session, list_agents. The verbs are predictable and directly match the action performed.
Seven tools is well-scoped for a delegation/session management server; each tool represents a meaningful lifecycle operation without overlap and none feel redundant.
The surface covers the core lifecycle: create/delegate, continue, inspect, diff, abort, and enumerate agents. Obvious minor gaps are session enumeration/list_sessions and explicit session deletion/cleanup, but an agent can operate from returned session IDs.