taskferry

jeremysball/taskferry
★ 0 stars JavaScript Code/Dev Tools Updated today
MCP server for dispatching background opencode CLI tasks to Claude Code, with real process-exit completion detection instead of tmux+log-grepping
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "taskferry": {
      "command": "npx",
      "args": [
        "-y",
        "jeremysball/taskferry"
      ]
    }
  }
}

README Excerpt

An AXI-style CLI and local daemon for dispatching work to the `opencode` CLI as background tasks: run `taskferry dispatch`, get a task id back immediately, check on it or wait for it, then read the result. No MCP server, no tmux wrappers, no grepping logs for completion markers. ```bash taskferry dispatch --prompt "Fix the failing tests" --directory /workspace/my-repo

Tools (1)

taskferry

Topics

ai-agentsbackground-jobsclaude-codeclideveloper-toolsmcpopencode