better-bear
by KuvopLLC·★ 58·综合分 46
Bear笔记的 MCP 服务器,提供 CLI 工具、云同步和上下文库功能。
概述
Better-bear 是基于 Swift 开发的 MCP 服务器,通过 iCloud 连接 Bear 笔记应用,同时提供命令行界面和 MCP 协议集成。它包含独特的上下文库系统,允许用户专门为 LLM 消费策划笔记,遵循 Karpathy 的知识库模式。服务器提供 34 种工具,用于管理笔记、标签、附件和搜索功能,并支持 Claude Desktop 和 Claude Code 的集成。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果你是 Bear 笔记用户,希望与 Claude 无缝集成,并为 LLM 消费提供高效的内容库模式,那么选择 better-bear。
什么时候不要选它
如果你不使用 Bear 笔记,担心被锁定在苹果生态系统中,或需要跨平台笔记应用支持,那么不要选择 better-bear。
此 server 暴露的工具
从 README 抽取出 12 个工具list_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
说明:Tool names were inferred from CLI commands, not from direct MCP tool documentation. The README mentions 34 tools but doesn't list them directly.
可对比工具
安装
安装
安装 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。