better-bear
by KuvopLLC·★ 58·Score 46
An MCP server for Bear notes with CLI tool, cloud sync, and context library.
Overview
Better-bear is a Swift-based MCP server that connects to Bear notes through iCloud, providing both a CLI interface and MCP protocol integration. It features a unique context library system that allows users to curate notes specifically for LLM consumption, following Karpathy's knowledge base pattern. The server offers 34 tools for managing notes, tags, attachments, and search functionality, with support for both Claude Desktop and Claude Code integration.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose better-bear if you're a Bear notes user who wants seamless integration with Claude and need an efficient context library pattern for LLM consumption.
When NOT to choose this
Don't choose better-bear if you don't use Bear notes, are concerned about vendor lock-in to Apple's ecosystem, or need cross-platform note app support.
Tools this server exposes
12 tools extracted from the READMElist_notesList all notes in Bear
search_notesSearch notes with full-text query
create_noteCreate a new note in Bear
edit_noteEdit an existing note
list_tagsList all available tags
attach_fileAttach a file to a note
get_statsGet library statistics
health_checkPerform a health check
context_initInitialize the context library
context_syncSync notes to the context library
context_addAdd a note to the context library
context_statusCheck context library status
Note: Tool names were inferred from CLI commands, not from direct MCP tool documentation. The README mentions 34 tools but doesn't list them directly.
Comparable tools
Installation
Install
Install the CLI, then connect to Claude:
curl -sL https://raw.githubusercontent.com/KuvopLLC/better-bear/main/install.sh | bash
bcli auth
bcli mcp installFor Claude Desktop JSON config:
{
"mcpServers": {
"better-bear": {
"command": "npx",
"args": ["-y", "better-bear"]
}
}
}FAQ
- What is the context library feature?
- It's a curated folder of notes optimized for LLM consumption, allowing AI assistants to efficiently retrieve relevant information without loading all notes.
- Which Bear features are supported?
- The MCP server supports notes, tags, TODOs, attachments, full-text search, front matter, statistics, and health checks through 34 different tools.
Compare better-bear with
Last updated · Auto-generated from public README + GitHub signals.