MCP Catalogs
Home

better-bear

by KuvopLLC·58·Score 46

An MCP server for Bear notes with CLI tool, cloud sync, and context library.

productivityai-llmfile-system
7
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Access and manage Bear notes through AI assistants
you:Curate a specialized knowledge base for LLMs
you:Sync notes across devices via iCloud for AI consumption
you:What is the context library feature?
you:Which Bear features are supported?

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 README
  • list_notes

    List all notes in Bear

  • search_notes

    Search notes with full-text query

  • create_note

    Create a new note in Bear

  • edit_note

    Edit an existing note

  • list_tags

    List all available tags

  • attach_file

    Attach a file to a note

  • get_stats

    Get library statistics

  • health_check

    Perform a health check

  • context_init

    Initialize the context library

  • context_sync

    Sync notes to the context library

  • context_add

    Add a note to the context library

  • context_status

    Check 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

bear-notes-apinotes-mcpnotion-mcp

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 install

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.