for developers
Tools Vorluno built for itself, and gave away.
// Vorluno runs multiple Claude Code sessions in parallel across its own work. These two MCP servers are how — built to solve that problem, released free and MIT-licensed because the problem isn't unique to us.
Know who else is working before you collide.
An MCP server that lets parallel Claude Code sessions see each other: who's active on a project, what they touched, and a shared log to leave notes for the next session.
resume_projectwho_is_hereactivity_logcheck_collisionleave_noteread_notes
@vorluno/agora-mcp · MIT · GitHub →// batutaSplit one big task into plans that never touch the same file.
An MCP server that decomposes a task into independent plans with disjoint file boundaries, then scaffolds a git worktree per plan — so multiple agents can build in parallel without stepping on each other.
decompose_into_planscheck_boundary_overlapsscaffold_worktrees
@vorluno/batuta-mcp · MIT · GitHub →// Both ship as npm packages (@vorluno/agora-mcp, @vorluno/batuta-mcp) — v0.1.0, MIT license, no account required.