MCP.so
ログイン

Bear MCP Server

@MCP-Mirror

Bear MCP Server について

Mirror of

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

MCP-Mirror

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Bear MCP Server?

Bear MCP Server is a Model Context Protocol (MCP) server that provides programmatic access to Bear Notes (macOS) by running SQL commands against Bear’s local SQLite database. It is intended for developers and power users who want to read, search, and organize Bear notes through MCP-compatible clients (e.g., Claude Desktop).

How to use Bear MCP Server?

Clone the repository, run npm install and npm build, then add a bear entry to your claude_desktop_config.json pointing to the built index.js file. Once the server is running, three MCP tools become available: get_notes (retrieve all notes), get_tags (list all tags), and get_notes_like (search notes by text).

Key features of Bear MCP Server

  • Read all notes from Bear’s SQLite database
  • Search notes by arbitrary text
  • List all tags used in Bear
  • Exposes three easy-to-use MCP tools
  • Runs locally with no external API calls

Use cases of Bear MCP Server

  • Retrieve and export all Bear notes for backup or analysis
  • Search for notes containing specific keywords or phrases
  • List tags to audit or reorganize note tag hierarchy
  • Integrate Bear notes into an AI assistant workflow via MCP

FAQ from Bear MCP Server

コメント

「その他」の他のコンテンツ