Skip to main content
Glama

Bear MCP Server

search

Locate specific notes or filter by tags in Bear note-taking software using keyword searches to quickly access relevant content within your notes.

Instructions

Show search results in Bear for all notes or for a specific tag.

Input Schema

NameRequiredDescriptionDefault
tagNotag to search into
termNostring to search

Input Schema (JSON Schema)

{ "properties": { "tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "tag to search into", "title": "Tag" }, "term": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "string to search", "title": "Term" } }, "title": "searchArguments", "type": "object" }
Install Server

Other Tools from Bear MCP Server

Related Tools

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/jkawamoto/mcp-bear'

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