Skip to main content
Glama

Bear App MCP Server

by bigjeager

bear_add_file

Add a file to an existing note in Bear App, specify the file path, target header, and insertion mode with options like append, prepend, or replace. Customize filename and control note visibility or editing.

Instructions

Add a file to an existing note

Input Schema

NameRequiredDescriptionDefault
editNoPlace cursor in note editor
fileYesFile path to add
filenameNoCustom filename for the file
headerNoAdd file to specific header
idNoNote unique identifier
modeNoHow to add the file
new_windowNoOpen in new window
open_noteNoOpen note after adding file
selectedNoSelected text in note
show_windowNoShow Bear window
titleNoNote title

Input Schema (JSON Schema)

{ "properties": { "edit": { "description": "Place cursor in note editor", "type": "boolean" }, "file": { "description": "File path to add", "type": "string" }, "filename": { "description": "Custom filename for the file", "type": "string" }, "header": { "description": "Add file to specific header", "type": "string" }, "id": { "description": "Note unique identifier", "type": "string" }, "mode": { "description": "How to add the file", "enum": [ "append", "prepend", "replace_all", "replace" ], "type": "string" }, "new_window": { "description": "Open in new window", "type": "boolean" }, "open_note": { "description": "Open note after adding file", "type": "boolean" }, "selected": { "description": "Selected text in note", "type": "string" }, "show_window": { "description": "Show Bear window", "type": "boolean" }, "title": { "description": "Note title", "type": "string" } }, "required": [ "file" ], "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