Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_ROUTE | No | Override the default Bear database path by setting this environment variable. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_notes | Get all notes from Bear |
| get_tags | Get all note tags. You can search notes by tags with get_notes_like |
| get_notes_like | Get notes that include a specific text string |
| create_note | Create a new note in Bear |
| add_text | Add text to an existing note |
| add_tags | Add tags to an existing note |
| trash_note | Move a note to trash |
| open_note | Open a specific note in Bear |
| search_bear | Open Bear and show search results for a term |
| get_note_by_id | Get a specific note by its unique identifier |
| get_notes_by_tag | Get all notes with a specific tag |
| get_archived_notes | Get all archived notes |
| archive_note | Archive a note |
| unarchive_note | Unarchive a note |
| open_tag | Open Bear and show all notes with a specific tag |
| rename_tag | Rename a tag across all notes |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |