Loading...
An MCP server providing read-only access to Bear notes, enabling AI assistants to search, retrieve, and list notes and tags without modifying the database.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
An MCP server providing read-only access to Bear notes, enabling AI assistants to search, retrieve, and list notes and tags without modifying the database.
This MCP server is generally safe for use as it provides read-only access to Bear notes. The primary risk is potential information leakage if the AI assistant or the host machine is compromised. Ensure the host machine is secured and the AI assistant is used responsibly.
Performance depends on the size of the Bear database and the complexity of the queries. Searching large databases may take longer. The server is likely single-threaded, limiting concurrency.
The primary cost is the computational resources required to run the server. There are no API call costs associated with this server.
npx github:bart6114/my-bear-mcp-server{
"mcpServers": {
"bear": {
"command": "npx",
"args": ["github:bart6114/my-bear-mcp-server"],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}open_noteOpens a specific note by title or ID.
Read-only operation; retrieves data without modification.
search_notesSearches for notes based on a search term or tag.
Read-only operation; retrieves data without modification.
get_tagsRetrieves all tags present in the Bear notes.
Read-only operation; retrieves data without modification.
open_tagShows all notes associated with a specific tag.
Read-only operation; retrieves data without modification.
None
This MCP server is generally safe for use as it provides read-only access to Bear notes. The primary risk is potential information leakage if the AI assistant or the host machine is compromised. Ensure the host machine is secured and the AI assistant is used responsibly.
The server operates in read-only mode, preventing any modifications to the Bear database. This ensures that even with full autonomy, the AI assistant cannot make destructive changes.
Production Tip
Monitor the server's resource usage to ensure it can handle the expected load. Consider implementing logging for debugging purposes.
Performance may be affected, especially during searches. Consider optimizing your Bear database or using more powerful hardware for the server.
No, this server is strictly read-only. It cannot be used to create, update, or delete notes.
The server connects to the Bear database in read-only mode, preventing data modification. However, ensure the host machine and AI assistant are secured to prevent information leakage.
If installed via GitHub, rerun the installation command. If cloned, pull the latest changes from the repository and rebuild.
An internet connection is required for the initial installation and updates. Once installed, it can operate offline as it directly accesses the local Bear database.
No, this server is specifically designed to work with the Bear app and its database format.
Node.js 18 or higher is required.