Bear MCP Server

by akseyh
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Integrates with the Bear Notes application which runs on macOS, accessing the application's SQLite database to retrieve note content and metadata.

  • Accesses the Bear Notes SQLite database to extract note content and metadata through SQL commands.

Servidor Bear MCP

Este proyecto es un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona acceso a Bear Notes .

Bear almacena notas en una base de datos SQLite. Este servidor MCP ejecuta comandos SQL para acceder a estas notas. https://bear.app/faq/where-are-bears-notes-located

Características

  • Leer notas
  • Buscar notas por texto
  • Listar todas las etiquetas

Instalación

# Clone the project git clone https://github.com/akseyh/bear-mcp-server # Change directory cd bear-mcp-server # Install dependencies npm install # Build the project npm run build

Configuración del escritorio de Claude

Actualice su claude_desktop_config.json

{ "mcpServers": { "bear": { "command": "node", "args": [".../build/index.js"] // Change it with your path } } }

Cuando se inicia el servidor, las siguientes herramientas MCP están disponibles:

  • get_notes : recupera todas las notas
  • get_tags : enumera todas las etiquetas
  • get_notes_like : busca notas que contengan texto específico

Requisitos

  • Node.js
  • Aplicación de notas de oso (macOS)
  • Acceso a la base de datos Bear

Licencia

ISC

-
security - not tested
F
license - not found
-
quality - not tested

Permite que la IA lea tus notas de oso.

  1. Features
    1. Installation
      1. Claude Desktop Config
        1. Requirements
          1. License
            ID: 9w45dta9ir