bart6114_my-bear-mcp-server
0
Bear MCP Server is an MCP server that connects AI assistants to the Bear app, allowing them to read notes safely from the Bear SQLite database. It features a read-only design, ensuring that the data remains unchanged and secure.
Bear MCP Server
A Model Context Protocol (MCP) server allowing AI assistants, such as Claude, to access notes from the Bear note-taking app. It connects to the Bear SQLite database in a read-only mode to ensure the integrity of your notes.
Quick Start
- Option 1: Install directly from GitHub using
npx
. - Option 2: Clone the repository and run locally.
Prerequisites
- macOS with Bear app
- Node.js 18+
Available Tools
- open_note: Open a note via title or ID.
- search_notes: Search notes by term or tag.
- get_tags: Retrieve all tags in Bear.
- open_tag: Display all notes with a specific tag.
Example Usage
- Search for notes by terms.
- Open specific notes by title.
- View all Bear tags.
- Find notes with a specific tag.
Technical Details
- Provides a strict read-only connection to the Bear SQLite database.