Browse, query, and migrate MongoDB — natively on your Mac.
Fast. Native. Beautiful. Browse, query, and transform your data with a client built in Swift — not another Electron wrapper.
35+ date macros. No more ISODate() by hand.
Type # to Start
Type # anywhere in your query and an autocomplete dropdown appears with all available macros. Use #today, #last7days, #startOfMonth, and many more.
Works Everywhere
Date macros work in filters, projections, sorts, and all 14 aggregation pipeline stages. They resolve to the correct ISODate at query time — no mental math required.
Always Up to Date
Macros evaluate relative to the current time every time you run a query. Save a query with #last24hours and it always returns the latest data.

Your entire stack. One ⌘P away.
Multi-Connection
Connect to local, staging, and production at the same time. Each connection has a color indicator so you always know where you are.
⌘PQuick Open
Open the command palette and jump to any collection, tab, or saved query instantly. Find what you need without scrolling through the sidebar.
Workspaces
Save your tab layout and restore it later. Your entire workspace comes back exactly how you left it — open tabs, scroll positions, and query drafts.
14-stage aggregation pipeline builder. Visual.
Stage-by-Stage Preview
Click any stage to see the intermediate output at that point. Watch your data transform stage by stage — no need to run the full pipeline.
All 14 stages from the official MongoDB aggregation reference are supported:
- $match
- $group
- $project
- $lookup
- $unwind
- $sort
- $limit
- $skip
- $count
- $out
- $merge
- $addFields
- $replaceRoot
- $sample
Date Macros in Pipelines
Use date macros like #last30days directly in your aggregation stages. They work in $match, $addFields, and every other stage that accepts date values.
Drag, Reorder, Export
Reorder stages by dragging. When your pipeline is ready, copy the raw MongoDB query or export it as a code snippet.
CloudKit Sync
Your Connections, Everywhere
Saved connections sync across all your Macs through iCloud. Set up once on your MacBook — they're already on your iMac. No accounts, no configuration.
Private & Encrypted
Data syncs directly via Apple's end-to-end encrypted CloudKit. Credentials stay in the macOS Keychain. Nothing passes through our servers — ever.
Copy Database
Clone to Anywhere
Copy an entire database to the same server, a saved connection, or any custom connection string. Mongon tracks progress collection by collection and defers index creation until after the bulk insert, so copies finish faster.
Migration Made Easy
Moving from local to Atlas? Staging to production? Select the source, pick the target, and hit copy. Mongon handles the rest.
Everything else you need.
3 Databases, One App
MongoDB, PostgreSQL, and Redis side by side in the same sidebar. Same shortcuts, same command palette, same speed — no more juggling three different GUIs.
Keyboard Shortcuts
Global shortcuts for every common operation. Navigate, query, and switch tabs without the mouse.
Export & Import
Export to JSON or CSV with progress tracking. Import with automatic schema detection.
Change Streams
Monitor inserts, updates, and deletes in real time — a live feed for debugging webhooks and triggers.
Server Statistics
Connection counts, memory usage, operation counters, and performance metrics in one dashboard.
Database Management
Create and drop databases, rename collections, manage indexes — all from the sidebar.
Extended JSON
ObjectId(), ISODate(), and other extended JSON types handled automatically, with syntax highlighting.
SQL Editor
Run PostgreSQL queries with keyword autocomplete, multi-statement execution, and CSV export.
Redis CLI
A built-in command line with as-you-type autocomplete — redis-cli muscle memory, native window.
Secure Connections
TLS/SSL, SSH tunneling, SCRAM authentication. Credentials stored in the macOS Keychain — never on our servers.
Your credentials never leave your Mac.
Mongon connects straight from your machine to your database. There is no Mongon server in between — not as a feature, as an architecture.
macOS Keychain
Connection credentials are stored in the system Keychain — encrypted by macOS, unlocked by your login.
App Sandbox
Mongon runs fully sandboxed. It can reach your databases and nothing else on your machine.
End-to-end encrypted sync
Optional CloudKit sync uses Apple's end-to-end encryption. We couldn't read your connections if we wanted to.
No query telemetry
Your queries, documents, and results never leave the connection. Nothing to upload, nowhere to upload it.
Sandboxed, notarized & reviewed by Apple — payments and refunds handled by the Mac App Store.
How developers actually use Mongon
Most MongoDB GUIs optimize for the quick-browse case. Mongon is built for the day-in, day-out loop of checking, querying, and transforming data in a real codebase.
Debugging a production issue
A support ticket says "order ORD-4821 is missing a line item." You paste the order ID into Mongon, land on the document, and click the customerId field to jump straight to the user's record. From there, click through to their most recent session, then to the product they last viewed. No $lookup stages, no manual collection switching — relation navigation turns a ten-minute investigation into about ten seconds.
Running time-window reports
The team wants yesterday's signups, last week's churn, and this-month-so-far revenue. Instead of typing ISODate("2026-04-16T00:00:00.000Z") in three different queries, you use #yesterday, #last7days, and #startOfMonth. Saved queries stay accurate forever — the macros re-evaluate on every run, so a dashboard query you wrote six months ago still returns today's data.
Building pipelines without guesswork
Aggregations fail in subtle ways: a misspelled field in $project, a wrong _id in $group, an array that needed an $unwind. The usual workflow is brutal — run the whole pipeline, stare at an empty result, repeat. Mongon's 14-stage builder shows the document shape after every stage, so you catch the mistake at the stage that caused it.
Migrating databases safely
Promote staging to production. Clone production into a local sandbox to reproduce a bug. Copy a customer database between Atlas clusters. Copy Database handles schema, indexes, and data in one dialog. Mongon defers indexes until after the bulk insert, so a 10 million document collection copies in a fraction of the time mongodump / mongorestore would take.
Working across environments
Open local, staging, and production at the same time. Each connection gets a color indicator, so you know which environment a tab belongs to before you run a query. Connection credentials live in the macOS Keychain and sync between your Macs through Apple's end-to-end encrypted CloudKit. Set up once on the MacBook — already on the iMac. Nothing passes through a Mongon server, because there isn't one.
Pricing
Free to start. Upgrade with a one-time purchase or subscription.
Free
Everything you need to browse and query your databases, every day.
- 3 connections
- Full query builder
- Relation navigation
- 35+ date macros
- Light & dark appearance
Premium
14-day free trialThe full toolkit — pipelines, sync, migrations, and every theme. Both options unlock the same features.
- Unlimited connections
- Aggregation pipeline builder
- Export & import
- Change streams
- CloudKit sync across Macs
- Copy database
| Feature | Free | Premium |
|---|---|---|
| Connections | 3 | Unlimited |
| Query Builder | ||
| Relation Navigation | ||
| Date Macros (35+) | ||
| Light & Dark Appearance | ||
| Export / Import | ||
| Aggregation Pipeline | ||
| Change Streams | ||
| CloudKit Sync | ||
| Copy Database | ||
| All Future Updates |
Free plan available · No credit card required · Cancel anytime
What Developers Say
Straight from the Mac App Store — published reviews, word for word. Read them on the store →
The UI is clean, fast, and beautifully designed for macOS. The autocomplete query editor, shortcuts, command palette, and collection browser all work together seamlessly. One of the best MongoDB clients I've used.
App Store reviewvia Mac App Store ↗
Great app for mongodb devs, just what i needed. Its super fast and clean great little mongodb client.
App Store reviewvia Mac App Store ↗
Finally released iOS 🎉
App Store reviewvia Mac App Store ↗
The UI is clean, fast, and beautifully designed for macOS. The autocomplete query editor, shortcuts, command palette, and collection browser all work together seamlessly. One of the best MongoDB clients I've used.
App Store reviewvia Mac App Store ↗
Great app for mongodb devs, just what i needed. Its super fast and clean great little mongodb client.
App Store reviewvia Mac App Store ↗
Finally released iOS 🎉
App Store reviewvia Mac App Store ↗
Built by a person, not a committee.

Hi, I'm Enes 👋
I build Mongon because I wanted a MongoDB client that felt like a real Mac app — fast, native, and pleasant at 2 AM. Every release is designed, built, and supported by me, which means feedback goes straight to the person who can fix it.
FAQ
Premium is available as a one-time purchase or an auto-renewable subscription with a 2-week free trial. Both options unlock the same features. You can manage or cancel your subscription anytime through your Apple ID settings. The free plan is free forever.
Yes. The free plan includes the full query builder, relation navigation, date macros, and light & dark appearance. Use it as long as you like — upgrade when you're ready.
Yes. Mongon works with Atlas, local instances, and any MongoDB server. Both mongodb:// and mongodb+srv:// connection strings are supported, following the official MongoDB connection string URI format.
macOS 15.1 (Sequoia) or later. Mongon is built with SwiftUI and runs natively on both Apple Silicon and Intel Macs.
CloudKit sync is a premium feature. Your saved connections sync automatically across all your Macs signed into the same iCloud account, using Apple's end-to-end encrypted CloudKit framework.
Mongon connects directly to your databases — no intermediary server. Connection credentials are stored in the macOS Keychain Services. CloudKit sync uses Apple's end-to-end encryption.
All 14 stages documented in the official MongoDB aggregation reference: $match, $group, $project, $lookup, $unwind, $sort, $limit, $skip, $count, $out, $merge, $addFields, $replaceRoot, and $sample. Each stage has a structured input form and a live preview.
Ready to go native?
Download free from the Mac App Store. Upgrade when you're ready.
