Launched this week

Muster
The native cockpit for AI coding agents
13 followers
The native cockpit for AI coding agents
13 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.
@galdayanΒ the initial version of the app has just mcp permission for dbs in global sense, to add write or read permissions for them, in one of the next versions, the mcp will be enhanced to be per db and also to include per task scoping, and some presets that you can create yourself
@pavlealeksicΒ good to hear per-task scoping is on the roadmap. until that ships, do you have a recommended workaround, like pointing the shared credential at a read-only replica or a restricted role, so people aren't running with full write access to everything in the meantime?
@galdayanΒ at the moment people can go with read only global one, as mcp currently has permissions like that(read,write and such) so that can be done globally for now