Loading...
npm install
npm{
"mcpServers": {
"bear": {
"command": "docker",
"args": [
"run",
"-v",
"/Users/[YOUR_USER_NAME]/Library/Group Containers/9K33E3U3T4.net.shinyfrog.bear/Application Data:/app/db",
"-i",
"akseyh/bear-mcp-server"
]
}
}
}get_notesRetrieves all notes from the Bear Notes database.
Read-only operation, no side effects.
get_tagsLists all tags from the Bear Notes database.
Read-only operation, no side effects.
get_notes_likeSearches for notes containing specific text in the Bear Notes database.
Read-only operation, but SQL injection possible if not sanitized.
This MCP server is relatively safe for read-only operations if the database path is correctly configured and SQL queries are carefully managed. However, the lack of authentication and potential for SQL injection vulnerabilities make it risky if not properly secured.