Skip to main content
Glama

Bear App MCP Server

by bigjeager

bear_open_tag

Access notes tagged with specific keywords in Bear App. Specify tags and Bear API token to retrieve organized notes directly through the Bear App MCP Server integration.

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