This Bear MCP server, developed by akseyh, provides an interface for AI assistants to interact with Bear notes on macOS. Built with TypeScript and leveraging the Model Context Protocol SDK and SQLite, it offers tools for reading notes, searching by text, and listing tags. The implementation focuses on direct database access to Bear's SQLite storage, making it efficient for AI models to retrieve and analyze note content. It's particularly useful for knowledge management, research assistance, or content generation tasks that benefit from accessing a user's personal notes, enabling AI to work with Bear data without requiring deep knowledge of the app's internal structure.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Retrieves all notes from the Bear database.
Lists all tags associated with the notes.
Searches for notes containing specific text. Parameter: text (string).