Bear
JSON →A server for interacting with the Bear note-taking application.
Install
uvx
args: Tools · 16
- open-note Open a specific note in Bear.
- create Create a new note in Bear.
- add-text Add text to a note (partially implemented via replace_note and add_title methods).
- add-file Add a file to a note.
- tags Retrieve all tags from Bear.
- open-tag Open a specific tag in Bear.
- rename-tag Rename a tag in Bear.
- delete-tag Delete a tag from Bear.
- trash Move a note to the trash.
- archive Archive a note.
- untagged Retrieve untagged notes.
- todo Retrieve todo items.
- today Retrieve today's notes.
- locked Retrieve locked notes.
- search Search notes in Bear.
- grab-url Grab content from a URL into Bear.
Environment variables
BEAR_API_TOKENYOUR_TOKEN
Links
★ 70 GitHub stars