NoteBay
Native notes app for Mac & iPhone.
Capture fast, keep things tidy. And when an AI is supposed to pitch in, you decide folder by folder what it gets to see.
Coming soon to the App Store.
Your note floats above everything
Open any note as its own small window. It stays visible on top of the app you're working in and doesn't steal its focus while you type.
Capture without switching windows
NoteBay lives in your menu bar. ⌥⌘N opens a blank note right on top
of whatever you're doing. Type two sentences, close it, move on.
Writing in blocks
## turns into a heading as you type, - [ ] into a checklist,
``` into a code block. Mark what matters in five highlight colors.
Colors and folders
Give notes a color and nest folders however you like. The folder icon tells you what your AI is allowed to see.
With you on your iPhone
Your notes reach your iPhone through your private iCloud, no separate account needed. On the go, you start a new note straight from the home-screen widget. Finding it again is what full-text search is for.
AI access via MCP
NoteBay ships with a local MCP server. AI assistants like Claude use it to read, create, and organize notes right in your library — but only in folders you've shared with a right-click. Everything else stays invisible to the AI.
What you can do with it
- “Summarize this week's meeting notes into one overview.”
- “Create a separate note for every open item in the minutes.”
- “Tidy up the Projects folder and give the notes consistent names.”
- “Find everything on the API migration and put together a status report.”
What stays protected
- Sharing works per folder. Anything you haven't shared never shows up in a response, not even in an error message.
- The server is reachable only on your Mac and requires a pairing token on every connection.
- Before an AI changes anything, NoteBay saves the previous state as a snapshot — restorable with one click for 30 days.
- Every operation goes into the audit log. There are no delete tools in the MCP.
Setup
{
"mcpServers": {
"notebay": {
"type": "http",
"url": "http://127.0.0.1:27431/mcp",
"headers": {
"Authorization": "Bearer <YOUR-TOKEN>"
}
}
}
}
You'll find your token and the ready-filled snippet in NoteBay under Settings → AI Access.
For AI agents there's a ready-made skill package with all tools, example calls, and the Markdown conventions.
Download skill (ZIP)Frequently asked questions
Where do my notes live — and who can see them?
127.0.0.1 — it can't be reached from the network, and every
connection without a pairing token is rejected.Does NoteBay work offline?
What does NoteBay actually cost?
Can an AI delete my notes or get at blocked content?
not_found. And before an AI
changes anything, a snapshot is created automatically (kept for 30 days) that
you can restore with one click. Every operation goes into the audit log.Which devices does NoteBay run on?
Can I get my data back out?
.md files,
attachments sit right next to them — with relative links.
No proprietary dead end.