MCP Catalogs
首页

better-bear

by KuvopLLC·58·综合分 46

Bear笔记的 MCP 服务器,提供 CLI 工具、云同步和上下文库功能。

productivityai-llmfile-system
7
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

Better-bear 是基于 Swift 开发的 MCP 服务器,通过 iCloud 连接 Bear 笔记应用,同时提供命令行界面和 MCP 协议集成。它包含独特的上下文库系统,允许用户专门为 LLM 消费策划笔记,遵循 Karpathy 的知识库模式。服务器提供 34 种工具,用于管理笔记、标签、附件和搜索功能,并支持 Claude Desktop 和 Claude Code 的集成。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过 AI 助手访问和管理 Bear 笔记
:为 LLM 策划专业知识库
:通过 iCloud 同步笔记供 AI 消费
:上下文库功能是什么?
:支持哪些 Bear 功能?

什么时候选它

如果你是 Bear 笔记用户,希望与 Claude 无缝集成,并为 LLM 消费提供高效的内容库模式,那么选择 better-bear。

什么时候不要选它

如果你不使用 Bear 笔记,担心被锁定在苹果生态系统中,或需要跨平台笔记应用支持,那么不要选择 better-bear。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

说明:Tool names were inferred from CLI commands, not from direct MCP tool documentation. The README mentions 34 tools but doesn't list them directly.

可对比工具

bear-notes-apinotes-mcpnotion-mcp

安装

安装

安装 CLI,然后连接到 Claude:

curl -sL https://raw.githubusercontent.com/KuvopLLC/better-bear/main/install.sh | bash
bcli auth
bcli mcp install

对于 Claude Desktop JSON 配置:

{
  "mcpServers": {
    "better-bear": {
      "command": "npx",
      "args": ["-y", "better-bear"]
    }
  }
}

FAQ

上下文库功能是什么?
这是一个为 LLM 消费优化的笔记精选文件夹,允许 AI 助手高效检索相关信息而无需加载所有笔记。
支持哪些 Bear 功能?
MCP 服务器通过 34 种不同的工具支持笔记、标签、待办事项、附件、全文搜索、前置元数据、统计和健康检查。

better-bear 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。