Granola Encrypted Its Local Notes. Here’s the Full Timeline — and How to Get Your Data Out.
In 2026 Granola locked down the local cache people used to read their own meeting notes, pointed them to its MCP and a paid API, and drew fire from a16z. What happened, and what it means.
Key Takeaways
- From 2024 to early 2026, Granola users and open-source tools read meeting notes and transcripts straight from Granola’s local cache file (cache-v3.json) to pipe them into Obsidian, Claude and their own agents
- Granola launched an official MCP server on February 4, 2026, then in March changed how its local cache was stored — CEO Chris Pedregal: "we updated how we store data in our cache and broke the workarounds. This is on us."
- The backlash was loud: a16z partner Guido Appenzeller wrote on March 16 that Granola was "going closed" and that "in a world where notes are managed by agents, the app now has zero value" (~344K views)
- Granola shipped a public API in response — but the encryption stayed. By June 2026 the cache and saved credentials were encrypted, and a July build blocked the last credential workaround
- Today, free users get a CSV export and an MCP limited to 30 days with no transcripts; API keys, full-history MCP and transcripts via MCP need the $14/user/mo Business plan or above
For more than a year, one of the best things about Granola was something Granola never advertised: your meeting notes sat in a plain file on your own disk. Developers read it, piped it into Obsidian, and pointed Claude at it. In March 2026 that file changed, and by summer it was encrypted. When TechCrunch reported Granola's $1.5 billion valuation on March 25, it noted in the same breath that users “were mad at Granola for locking down its local database and breaking on-device AI agent workflows.”
This is the full timeline, reconstructed from Granola's own posts and changelog, the GitHub issues of the tools that broke, and the public argument that followed — plus exactly what you can and cannot get out of Granola today.
How People Used to Reach Their Own Notes
Granola keeps a copy of your notes on your device so the app opens quickly and works offline. On a Mac that copy lived at ~/Library/Application Support/Granola/cache-v3.json — readable JSON with your notes and transcripts. Granola had no public API, so users built on the cache.
The earliest tool we found, granola-ingest, was watching that file by December 2024. In May 2025 developer Joseph Thacker wrote up how he pulled notes into Obsidian, noting that when he asked Granola about an API, they said they “don't have an API.” Through 2025 a small ecosystem grew on top of the cache: MCP servers that let Claude search your meetings without any network call, Obsidian sync plugins, command-line exporters and a Raycast extension with nearly 8,000 installs.
None of this was official. But it meant that, in practice, a Granola user owned a local copy of their meeting history in an open format.
The Timeline: From Open Cache to Encrypted Files
- Dec 2024The first community tools appear that watch Granola’s local cache-v3.json file and ingest notes into other databases.
- May 2025Joseph Thacker publishes how he pulled notes into Obsidian using Granola’s local token; he writes that Granola told him they "don’t have an API".
- Jun–Sep 2025Open-source MCP servers and exporters read the local cache so Claude and other agents can search meetings — GranolaMCP’s README: it reads "directly from Granola’s local cache file… without making any API calls".
- Feb 4, 2026Granola launches its official MCP server: all plans, but the free plan gets only the last 30 days and no transcripts.
- ~Mar 10, 2026Granola changes how it stores its local cache. Tools reading the cache break (theantichris/granola issue #20: "cache-v6 is not supported").
- Mar 16, 2026a16z partner Guido Appenzeller: "Sorry to see Granola going closed. They encrypted their local db, no local and no cloud API."
- Mar 17, 2026CEO Chris Pedregal replies: "we are actually trying to become more open, not closed… we updated how we store data in our cache and broke the workarounds. This is on us."
- Mar 25, 2026Granola announces a $125M Series C and a personal API; TechCrunch notes users "were mad at Granola for locking down its local database".
- Apr–Jun 2026The cache is encrypted (cache-v6.json.enc), then saved credentials (stored-accounts.json.enc, Granola 7.255+). By app 7.290.0 in June, no plaintext cache remains.
- May 2026API v1.2.0: Business and Enterprise users can create their own API keys for notes and transcripts.
- Jul 2026Granola 7.427.0 blocks the last credential-decryption workaround; Obsidian plugins switch to the paid API. One maintainer on Hacker News: "Granola are cracking down on their auth."
Two details matter. First, the order: Granola's MCP came before the cache change, and Granola presented it as the replacement for the workarounds. Second, it was not one switch. Some tools only had to patch a new JSON structure in March; the encrypted .enc files show up in bug reports from April to June; and the July release closed the last door. Exactly which files the March build encrypted is not something Granola has documented.
The Backlash, and Granola's Answer
The argument broke out on March 16, when a16z partner Guido Appenzeller posted: “Sorry to see Granola going closed. They encrypted their local db, no local and no cloud API. In a world where notes are managed by agents, the app now has zero value. Any recommendations for good alternatives?” The post passed roughly 344,000 views. Others piled in — one reply called it “workflow lock in” — while Lightspeed's Michael Mignano, a Granola investor, called the criticism a “lazy assumption.”
The next day Granola CEO Chris Pedregal responded:
“We are actually trying to become more open, not closed… Our cache was not built for this (it can change at any point), so we launched our MCP to serve this need… A week ago, we updated how we store data in our cache and broke the workarounds. This is on us. Stupidly, we thought we had solved these use cases well enough with our MCP.”
He promised a public API “next week” and said Granola would look at making it work better for local agents — “whether that's expanding our MCP, launching a CLI, a local API, etc.” The API arrived. The encryption was not reversed, and as of September 2026 we found no official Granola CLI or local API.
What You Can Get Out of Granola Today
| Route | Free (Basic) | Business ($14/user/mo) |
|---|---|---|
| Local cache files | Encrypted | Encrypted |
| Generate CSV export | Full history incl. transcripts; once per 24h | Same |
| Granola MCP | Last 30 days, no transcripts | Full history and transcripts |
| Public API + webhooks | Not included | Read-only; 5 requests/second |
| Zapier / Notion / CRM integrations | Not included | Included |
Source: Granola pricing page, help center and API docs, checked September 2026. On Enterprise, CSV export is off until an admin enables it, and there is no company-wide export.
To be fair to Granola: the CSV export is available to everyone, includes transcripts and covers notes older than the free plan's 30-day window, and the API is a real, documented product. What changed is the default. Getting your notes out used to be a file read; now it is a daily CSV email, or a subscription.
Why This Matters More Than a Broken Plugin
Meeting notes are becoming the raw material for AI agents — the record of what was agreed that your assistant will draft from, search and act on. Whoever controls access to that record controls how you can use it. Granola's 2026 shows how quickly that control can move: a plain file on your disk became an encrypted cache, an MCP with a 30-day free window, and an API behind a paid plan.
It landed in a year when Granola was already under scrutiny for what it does with notes. The Verge reported on April 2 that notes were “viewable to anyone with a link” by default and used for internal AI training unless users opt out, and on July 30 a class action, Chamberlain v. Granola, was filed in the Northern District of California over recording participants without consent.
The practical lesson is simple: when you choose a meeting notes app, ask where the finished notes live and in what format you can take them with you — not just whether a bot joins the call.
If You Want Notes You Control
- Voibe takes meeting notes without a bot and saves transcripts and summaries on your Mac rather than its servers, with one-click copy and PDF export. Nothing is used to train AI, and dictation is included. (Disclosure: Voibe is built by the team behind Superframeworks.)
- Anarlog (formerly Hyprnote) is open source under the MIT licence and keeps notes in a local database on your device; Meetily is another MIT-licensed, fully local option.
We compare ten options on exactly this question in the best Granola alternatives, and cover every tool that works without joining your call in the best bot-free AI note takers.
Get the Next One First
We break down the tool stories that change how builders work, every week.
Frequently Asked Questions
Did Granola encrypt its local notes?
Yes. Granola changed its local cache format in March 2026 and, by June 2026 (app version 7.290.0), its cache and saved credentials were stored as encrypted files such as cache-v6.json.enc and stored-accounts.json.enc, according to issue reports on open-source tools including graincrawl and Granola-to-Obsidian. Tools that had read notes and transcripts from the plaintext cache-v3.json file stopped working, and in July 2026 Granola 7.427.0 also blocked the credential-decryption workaround some plugins relied on.
Why did Granola lock down its local cache?
Granola has not published a security rationale for the encryption. CEO Chris Pedregal said on March 17, 2026 that the cache "was not built for this (it can change at any point)", that Granola had launched its MCP to serve people who reverse-engineered the cache, and that "we updated how we store data in our cache and broke the workarounds. This is on us." He said Granola wanted to "become more open, not closed" and promised a public API, which followed.
How do I export all my Granola notes and transcripts?
Every Granola plan, including the free Basic plan, can use Settings → Profile → Generate CSV, which emails a CSV with titles, summaries and transcripts for your full note history, including notes older than 30 days (Granola help center, checked September 2026). It only includes notes that have a summary and can be run once every 24 hours. On Enterprise, data export is off unless an admin enables it. The API, webhooks and full-history MCP with transcripts require Business ($14/user/mo) or Enterprise.
What does the Granola MCP include on the free plan?
The Granola MCP on the free Basic plan reaches only your personal notes from the last 30 days and does not include transcript access, according to Granola’s MCP launch post of February 4, 2026. Paid plans get full history and transcripts. The MCP is read-only, uses browser sign-in rather than API keys, and is rate-limited to around 100 requests per minute.
Which meeting note apps let me keep my notes on my own computer?
Voibe saves meeting transcripts and summaries on your Mac rather than on its servers, with one-click copy and PDF export, and captures meetings without a bot. Anarlog (formerly Hyprnote) is open source under the MIT licence and stores notes in a local database on your device, and Meetily is another MIT-licensed, fully local option. Our ranking of the best Granola alternatives compares where each tool stores your notes.
Sources
- Chris Pedregal (Granola CEO) on X, March 17, 2026
- Guido Appenzeller (a16z) on X, March 16, 2026
- TechCrunch — Granola raises $125M, hits $1.5B valuation (March 25, 2026)
- Granola — Granola MCP (February 4, 2026)
- Granola API — Changelog
- Granola Help Center — Exporting notes
- Granola Help Center — Granola API
- Week in Voice AI #12: Granola scramble (March 23, 2026)
- Joseph Thacker — Reverse engineering Granola to pull notes into Obsidian (May 2025)
- GitHub — pedramamini/GranolaMCP
- GitHub — theantichris/granola issue #20 (cache-v6 not supported)
- GitHub — openclaw/graincrawl issue #15 (encrypted cache files)
- GitHub — dannymcc/Granola-to-Obsidian issue #66 (Granola 7.427.0)
- GitHub — og-sync/obsidian-granola-sync
- Hacker News — "Granola are cracking down on their auth" (July 16, 2026)
- The Verge — Granola note links and AI training PSA (April 2, 2026)
Stay Ahead of the Tool Curve
We research dozens of tools so you don't have to. Get our top picks and insider insights delivered weekly.
Keep Reading
10 Best Granola Alternatives for Private AI Meeting Notes (2026)
The best Granola alternatives in 2026, ranked on where your notes are stored, whether your data trains AI, and what a bot-free notetaker really costs. Verified pricing.
10 Best Bot-Free AI Note Takers in 2026 (No Bot Joins Your Call)
The best bot-free AI note takers of 2026, ranked by what happens after the call: where notes are stored, whether audio is kept, and whether your meetings train AI.
GPT-6 Pricing Got 50% Cheaper. DeepSeek Got 4x Pricier. What AI Founders Should Charge
GPT-6 pricing fell by half with Sol and Luna while DeepSeek raised API prices up to 4.5x and still hit a $1B run rate. What it means for your AI SaaS pricing.