First public release on PyPI.
Binky gives every git worktree its own isolated local world — ports, env, a database slice, and URLs — so a swarm of coding agents can run in parallel on one machine without colliding.
Install
pip install binky
Optional extras: binky[mcp] (MCP server for agents), binky[postgres] / binky[all-adapters] (database slices).
Highlights
- Per-worktree port allocation, env, and adapter-backed database slices
- Machine-global daemon with a supervisor and reconciler
- MCP server exposing the CLI verbs (
up/down/status/env/verify) as agent tools —uvx --from "binky[mcp]" binky mcp
Notes
Status: alpha — the core works end to end; the config format is stable, the CLI may still move. Supersedes 0.1.0, whose binky mcp was broken against the mcp 2.x SDK.