bear-mcp-server
The Bear MCP Server project is designed to interface with the Bear Notes application, enabling users to read, search, and list notes using SQL commands. It requires Node.js and the Bear note application for macOS to function.
What is the Bear MCP Server?
The Bear MCP Server is a Model Context Protocol server that provides programmatic access to Bear Notes, allowing users to read, search, and list notes and tags.
What are the system requirements for running the Bear MCP Server?
You need Node.js, the Bear note application (macOS), and access to the Bear database.
How can I install the Bear MCP Server?
You can install the Bear MCP Server by cloning the repository, installing dependencies with npm, and building the project. It can be run using Docker or NPM.
What MCP tools are available with the Bear MCP Server?
The available MCP tools are 'get_notes' to retrieve all notes, 'get_tags' to list all tags, and 'get_notes_like' to search for notes containing specific text.
Can I use the Bear MCP Server on platforms other than macOS?
The Bear MCP Server is designed to work with the Bear Notes application, which is macOS-specific, so it requires macOS to access the Bear database.