Skip to main content
Glama

Bear App MCP Server

by bigjeager

bear_open_tag

Open notes in Bear App filtered by specific tags using the MCP server. Input tag names and optional Bear API token to quickly access relevant notes.

Instructions

Open notes with specific tag(s)

Input Schema

NameRequiredDescriptionDefault
nameYesTag name or comma-separated list of tags
show_windowNoShow Bear window
tokenNoBear API token

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Tag name or comma-separated list of tags", "type": "string" }, "show_window": { "description": "Show Bear window", "type": "boolean" }, "token": { "description": "Bear API token", "type": "string" } }, "required": [ "name" ], "type": "object" }

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