Launching today

Muster
The native cockpit for AI coding agents
4 followers
The native cockpit for AI coding agents
4 followers
Muster is the native cockpit for AI coding agents on real work. Each task runs in its own isolated git worktree, so agents never collide with your checkout or each other. They reach your databases through MCP with exactly the permissions you set, and you review hunks and open the PR — with full SSH, a five-engine DB studio, and Linear/Jira/GitHub imports in the same app. Offline-first: code and credentials never leave your machine. $39 one-time per device. macOS, Linux, Windows.

isolated git worktrees per task is the easy part conceptually, the database access is what I'd want to understand better. when you say agents reach databases through MCP "with exactly the permissions you set" - is that permission set scoped per task/worktree, so one agent messing up a query only has the blast radius of what that specific task was granted, or is it one shared set of DB credentials that every task running in the app uses? worktree isolation doesn't mean much if the DB access behind it is one shared door.