Bear MCP Server

by akseyh
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Integrates with the Bear Notes application which runs on macOS, accessing the application's SQLite database to retrieve note content and metadata.

  • Accesses the Bear Notes SQLite database to extract note content and metadata through SQL commands.

ベアMCPサーバー

このプロジェクトは、 Bear Notesへのアクセスを提供する Model Context Protocol (MCP) サーバーです。

BearはSQLiteデータベースにメモを保存します。このMCPサーバーは、このメモにアクセスするためにいくつかのSQLコマンドを実行します。https ://bear.app/faq/where-are-bears-notes-located

特徴

  • メモを読む
  • テキストでメモを検索
  • すべてのタグを一覧表示する

インストール

# Clone the project git clone https://github.com/akseyh/bear-mcp-server # Change directory cd bear-mcp-server # Install dependencies npm install # Build the project npm run build

クロード デスクトップ設定

claude_desktop_config.json を更新する

{ "mcpServers": { "bear": { "command": "node", "args": [".../build/index.js"] // Change it with your path } } }

サーバーを起動すると、次の MCP ツールが使用できるようになります。

  • get_notes : すべてのメモを取得する
  • get_tags : すべてのタグを一覧表示する
  • get_notes_like : 特定のテキストを含むノートを検索する

要件

  • Node.js
  • Bear Noteアプリケーション(macOS)
  • Bearデータベースへのアクセス

ライセンス

ISC

-
security - not tested
F
license - not found
-
quality - not tested

AIがあなたのBear Notesから読み取ることができるようになります

  1. Features
    1. Installation
      1. Claude Desktop Config
        1. Requirements
          1. License
            ID: 9w45dta9ir