Bear App MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bear_open_noteC | Open a note in Bear by ID or title |
| bear_create_noteC | Create a new note in Bear |
| bear_add_textC | Add text to an existing note |
| bear_add_fileC | Add a file to an existing note |
| bear_searchC | Search for notes in Bear |
| bear_get_tagsC | Get all tags from Bear |
| bear_open_tagC | Open notes with specific tag(s) |
| bear_trash_noteC | Move a note to trash |
| bear_archive_noteC | Archive a note |
| bear_get_untaggedC | Get untagged notes |
| bear_get_todoC | Get todo notes |
| bear_get_todayC | Get today's notes |
| bear_get_lockedC | Get locked (encrypted) notes |
| bear_grab_urlC | Create a note from web page content |
| bear_rename_tagC | Rename an existing tag |
| bear_delete_tagC | Delete an existing tag |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Each tool has a clearly distinct purpose targeting specific Bear app operations, such as note management (create, archive, trash), tag handling (get, rename, delete), and retrieval (search, get_today, get_todo). There is no overlap or ambiguity between tools, making misselection unlikely.
All tools follow a consistent 'bear_verb_noun' pattern using snake_case, such as bear_create_note, bear_get_tags, and bear_archive_note. This predictable naming convention enhances readability and usability across the entire set.
With 16 tools, the server provides comprehensive coverage for Bear app interactions, including note CRUD operations, tag management, and specialized queries. The count is well-scoped for the domain, offering a robust set without being overwhelming.
The tool set offers complete lifecycle coverage for notes and tags, including creation, retrieval, updating (via add_text/rename_tag), and deletion/archiving. It also supports advanced features like URL grabbing and filtered searches, leaving no obvious gaps for typical agent workflows.