akseyh_bear-mcp-server
If you are the rightful owner of akseyh_bear-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Bear MCP Server is a Model Context Protocol server that provides access to Bear Notes, allowing users to read, search, and list notes and tags stored in a SQLite database.
The Bear MCP Server is designed to interface with the Bear Notes application, which stores its data in a SQLite database. This server executes SQL commands to access and manipulate the notes stored within Bear. It provides a structured way to read notes, search for specific text within notes, and list all tags associated with the notes. The server is particularly useful for users who want to programmatically interact with their Bear Notes data, offering a seamless integration with the Bear application on macOS.
Features
- Read notes
- Search notes by text
- List all tags
Tools
get_notes
Retrieves all notes
get_tags
Lists all tags
get_notes_like
Searches for notes containing specific text