Skip to main content
Glama

Bear App MCP Server

by bigjeager

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BEAR_TOKENYesYour Bear API token required for some operations. Can be obtained from Bear App by going to Help → Advanced → API Token → Copy Token

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
bear_open_note

Open a note in Bear by ID or title

bear_create_note

Create a new note in Bear

bear_add_text

Add text to an existing note

bear_add_file

Add a file to an existing note

bear_search

Search for notes in Bear

bear_get_tags

Get all tags from Bear

bear_open_tag

Open notes with specific tag(s)

bear_trash_note

Move a note to trash

bear_archive_note

Archive a note

bear_get_untagged

Get untagged notes

bear_get_todo

Get todo notes

bear_get_today

Get today's notes

bear_get_locked

Get locked (encrypted) notes

bear_grab_url

Create a note from web page content

bear_rename_tag

Rename an existing tag

bear_delete_tag

Delete an existing tag

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bigjeager/bear-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server