Effective date: April 12, 2026
Better Bear is an open-source MCP server and CLI that lets you access your Bear notes from Claude Desktop, Claude Code, or the terminal. It communicates with Apple's CloudKit service using your own iCloud credentials.
Better Bear does not collect, transmit, or store any personal data on external servers. Specifically:
The following data is stored locally on your computer and never leaves it:
~/.config/bear-cli/auth.json. These are your Apple CloudKit session tokens, used to access your iCloud private database. They are never transmitted anywhere except to Apple's CloudKit API.~/.config/bear-cli/ to avoid re-downloading unchanged notes on every request.~/.bear-context/).Better Bear makes network requests only to:
api.apple-cloudkit.com) — to read, create, edit, and sync your Bear notes. This is the same API used by Bear Web.api.github.com) — only when checking for updates via bcli upgrade.registry.npmjs.org) — only when Claude Desktop or Claude Code launches the MCP server via npx.No note content, metadata, or personal information is sent anywhere else.
When used as an MCP server, Better Bear communicates with the MCP client (Claude Desktop or Claude Code) over local stdio pipes. Note content is passed between the MCP server process and the client process on your machine. This communication does not leave your computer — the MCP client may send note content to Anthropic's API as part of the conversation context, subject to Anthropic's own privacy policy.
To remove all locally stored data:
~/.config/bear-cli/ (auth tokens and cache)~/.bear-context/ (context library, if used)bcli mcp uninstall to remove MCP server configurationBetter Bear is fully open source under the MIT license. You can audit the code at github.com/KuvopLLC/better-bear.
If this policy changes, the updated version will be posted at this URL. Better Bear does not collect email addresses, so there is no way to notify users directly — check this page if you have concerns.
Questions or concerns: mreider@gmail.com