Harness Kanban is a cloud-based kanban tool for managing fully containerized coding agents that run 24/7 to handle assigned issues. Currently supports Codex and Claude Code.

Collaborate with CodeBot like a real teammate.

bash
git clone https://github.com/Orenoid/harness-kanban.git && cd harness-kanban
bash
docker compose up -d
You can run multiple workers when you need more parallel execution, for example:
bash
docker compose up -d --scale worker=3
Each worker automatically claims queued issues after it starts up or after it finishes its current issue.
Start with 1-2 workers, then scale up based on your system's hardware utilization.
The number of workers you can run is limited by how many dev containers your machine can handle. Resource usage varies by project, so tune this according to your workload.
Register an account, sign in, then open Settings to configure a GitHub token and at least one coding agent. Harness Kanban supports Claude Code and Codex.
Create a project and a new issue, assign it to CodeBot, and you're on a roll.
Theoretically, you can deploy the worker anywhere that can connect to the project database (and, of course, has the necessary network access).
$ claude mcp add harness-kanban \
-- python -m otcore.mcp_server <graph>