bob-control

PounceAI/bob-control
★ 0 stars TypeScript Code/Dev Tools Updated today
Bob Control: an MCP server + CLI + auto-dispatch worker that runs an AI coding agent (IBM Bob, a Roo Code fork) unattended against a SQLite task board.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bob-control": {
      "command": "npx",
      "args": [
        "-y",
        "PounceAI/bob-control"
      ]
    }
  }
}

README Excerpt

Bob Control turns an AI coding agent from a one-prompt-at-a-time chat window into an unattended queue worker. Fill a board and each task gets dispatched, auto-approved inside risk guardrails, answered when the agent asks a question, verified (a command check or an LLM judge), retried on transient failures, and written back — in dependency and priority order, with no one watching.

Tools (20)

add_task_noteadvancedanswer_task_questionaskask_questionawait_answerawait_taskboard_reportboard_statusclaim_taskcodecreate_taskdelete_taskdevsecopsget_next_taskget_tasklist_tasksorchestratorplanrecord_artifact