local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
ベアMCPサーバー
このプロジェクトは、 Bear Notesへのアクセスを提供する Model Context Protocol (MCP) サーバーです。
BearはSQLiteデータベースにメモを保存します。このMCPサーバーは、このメモにアクセスするためにいくつかのSQLコマンドを実行します。https ://bear.app/faq/where-are-bears-notes-located
特徴
- メモを読む
- テキストでメモを検索
- すべてのタグを一覧表示する
インストール
Copy
クロード デスクトップ設定
claude_desktop_config.json を更新する
Copy
サーバーを起動すると、次の MCP ツールが使用できるようになります。
get_notes
: すべてのメモを取得するget_tags
: すべてのタグを一覧表示するget_notes_like
: 特定のテキストを含むノートを検索する
要件
- Node.js
- Bear Noteアプリケーション(macOS)
- Bearデータベースへのアクセス
ライセンス
ISC