Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_bear_token | Set the Bear app token for accessing existing notes. Get your token from Bear → Help → Advanced → API Token |
| check_bear_setup | Check if Bear is properly configured and test the connection |
| create_note | Create a new note in Bear and return its ID |
| get_note | Get the content of a specific note |
| search_notes | Search for notes and return results with metadata (requires token) |
| get_tags | Get all tags from Bear (requires token) |
| add_text | Append or prepend text to an existing note |