
Built a native macOS app to manage local dev stacks (and expose them over MCP)
I’ve been building a macOS app called Stacksmith, mostly because I got tired of juggling a growing collection of local services across terminal windows.
Some projects end up needing an API, frontend, queue workers, tunnels, databases, Redis, MCP servers… and remembering what needs starting (and in what order) gets old.
Stacksmith lets you describe your local stack in a .stacksmith.yml file and gives you a native control centre for it.
Features so far:
- Start and stop your entire stack
- Live logs for individual services or everything together
- Health checks and dependency visualisation
- Port conflict detection
- Diagnosis of common startup issues using Apple’s on-device Foundation Models
- Built-in MCP server, so AI assistants can inspect and control your running stack
It’s aimed at people running services natively, not replacing Docker Compose if you’re already containerised.
I’m looking for beta testers to tell me what’s missing before I launch it properly.
Website: https://getstacksmith.app
Happy to answer questions or send out beta codes if anyone fancies trying it.