Delegate tasks from Claude Code to OpenCode subagents and retrieve results asynchronously.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "opencode-mcp" yet — see the docs or source repo.
Use opencode-mcp to start an OpenCode subagent task that adds a user login endpoint to an existing Node.js project, and return the task ID.
Returns the created task identifier so the task can be polled and its result fetched later.
Use opencode-mcp to check the current status of task ID task_123 and tell me whether it is still running, completed, or failed.
Returns the current task status so the user knows whether to keep waiting.
Use opencode-mcp to fetch the execution result for task ID task_123 and summarize the main outputs.
Returns the subagent task result content, optionally with a brief summary.
When developers have longer-running coding tasks in Claude Code, they can delegate the work asynchronously to OpenCode subagents instead of blocking the main flow. They can later check status and fetch results by task ID.
When a workflow requires starting a task, tracking progress, and then retrieving outputs, this MCP tool provides the core actions for launch, polling, and result retrieval. It fits asynchronous agent workflows split into manageable steps.
It is an MCP tool that lets Claude Code delegate tasks asynchronously to OpenCode subagents. Confirmed capabilities include starting tasks, polling status, and fetching results.
The provided description only explicitly mentions asynchronous task delegation. For whether synchronous mode is supported, see the source repository.
The available material does not specify installation steps, runtime requirements, or API key needs. Please see the source repository for exact prerequisites.
Run Claude Agent SDK sessions as asynchronous sub-agents.
Delegate Claude Code tasks to Codex CLI with traces and persistent sessions.
Call Codex inside Claude Code for reviews, second opinions, and delegated coding.
Delegate coding and debugging from Claude Code to OpenAI Codex with auto-recovery.
Delegate coding tasks to OpenAI subagents with parallel, cheap, verified orchestration.
Resume sessions and run parallel autonomous agents for faster Claude Code workflows.