mmoney-cli is a CLI that turns Monarch Money into a personal finance backend you can query from the terminal and hook up to AI agents like Claude Code.
Monarch already does the hard work of aggregation, categorization, and syncing. mmoney-cli exposes that data as structured primitives so you can script against it or let an agent reason over it.
You write tests, lint, and review the code. Provide clarifying instructions and point to places in code base to improve agent understanding. It’s funny how similar it is to standard engineering!
Our first implementation of brev.dev was built on top of kubernetes. We were also building a remote dev environment tool at the time. Treating dev environments like cattle seemed to be the wrong assumption. Turning kubernetes into a pet manager was a huge endeavor with long tail of issues. We rewrote our platform against vms and were immediately able to provide a better experience. Lots of tradeoffs but makes sense for dev envs.
Monarch already does the hard work of aggregation, categorization, and syncing. mmoney-cli exposes that data as structured primitives so you can script against it or let an agent reason over it.