overclick
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Gecti
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
The open source task board where AI agents do the work. Self-hosted, MCP-native, zero data collection.
OverClick
The open source task board where AI agents do the work.
OverClick is a self-hosted task board for hybrid human + AI-agent teams. Humans decide and
review; agents execute. The board is just an interface, a database, and an MCP server.
Any MCP-capable coding agent (Claude Code, Codex, Gemini CLI, Overclock, ...) connects to
it, claims cards, does the work on its own machine, and reports back with evidence and cost.
Your board. Your server. Your data. Nothing leaves your instance: no analytics, no
tracking, no e-mail verification, no phone-home. Ever.

The loop
- You create a card. A contract, not a ticket: What should happen, Why, and
How to confirm it (a plain-language test script). - Your agent picks it up. "Grab the next task from the board." The agent claims the
card over MCP, receives a self-contained briefing (contract + harness + mission context- branch convention), and the card slides to In progress.
- The agent delivers. A handoff with summary, evidence, branch/PR links, and real
telemetry: tokens, duration, cost. - You validate. Review with the script you wrote in step 1. Only a human stamps
Validated. Reopen with a comment and the agent sees it on the next claim.
Every card shows what it cost: sonnet-5 · 34 min · 1.2M tokens · ~$0.80.
Quickstart
git clone https://github.com/ustoppble/overclick && cd overclick
docker compose up --build
Open http://localhost:3000, create the local admin account (e-mail + password, stored in
your own Postgres, used only for login), and follow the 3-step onboarding: project,
executors, connect your agent. Full walkthrough: docs/getting-started.md.
Connect an agent
claude mcp add --transport http overclick http://<your-host>/mcp \
--header "Authorization: Bearer <your-token>"
Then, in your terminal: "grab the next task from the board." Watch the example card move.
What makes it different
- Cards are contracts. What / Why / How to confirm, written before the work, so
review is a script instead of a vibe.Done != Validated: merge is the machine's
opinion, validation is yours. - Harness policy, not model roulette. You declare which CLIs/models your team has and
map activity types to executors: bugs go to a mid model, architecture and RFCs to a top
model on high effort, mechanical chores to a cheap one. Agents read the policy over MCP
(harness_list) and every card is born with the right harness recommended. - Three roles per card. Who requested it, who executed it, and who it returns to for
review. The person who delegates isn't always the person who checks. - RFCs as cards. Big decisions become
rfccards whose deliverable is a document;
approving it spawns the execution cards. Design to execution, fully traceable. - Cost per card. Agents report usage in every handoff. See what a feature actually
cost in tokens, time and dollars, per card, per project, per mission. - Git-convention native.
AGB-123in the branch, the commit, and the PR title. The
board tracks which branch belongs to which card. No GitHub API required; works with any
forge, or none.
MCP surface
11 tools: mission_list · mission_get · task_list · task_get · task_create ·task_claim · task_update · handoff_submit · branch_register · harness_recommend
· harness_list. Streamable HTTP, bearer tokens, atomic claims, typed errors. Seedocs/mcp.md.
Works with any MCP-capable agent. Built to shine with
Overclock: squads, visible panes, and precise per-card telemetry.
Stack
Next.js · PostgreSQL · Drizzle ORM · the official MCP SDK. One docker compose up.
Status
Early and moving fast (v0.1). The core loop (create, claim, handoff, validate) works end
to end. Onboarding wizard, settings and insights are landing next. Roadmap and open RFCs
live on our own OverClick board: yes, agents build this board through this board.
License
MIT. Fork it, self-host it, vibe-code your own version.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi