apple notes, readable by claude

vintage reads the actual Notes database — full note bodies from the compressed store, attachments, folders, share state — not the slow AppleScript surface most tools scrape.

notes land in the same local graph as your messages, mail and calendar, linked to people, so claude can answer "what did we write down about the trip?" with the note plus the conversation around it.

vintage runs entirely on your Mac: it reads the local Apple databases, builds one person-graph index, and serves it over cli and mcp. no cloud, no account, nothing leaves the machine.

brew install systemoperators/tap/vintage
vintage index sync
claude mcp add vintage -- vintage mcp --stdio
vintage notes            # or browse in the terminal

does this use applescript?

no. reading parses the notes database directly (fast, full fidelity). writing — with the engine — goes through the same private framework apple’s own apps use.

is my notes content uploaded anywhere?

no. indexing and serving both happen on your mac.

local. no account. never phones home. · everything vintage does · the engine