Skip to main content
Glama

Bear MCP Server

MIT License
8
26
  • Apple

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

Kariyer notu arama örneği

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

Estibador

{ "mcpServers": { "bear": { "command": "docker", "args": [ "run", "-v", "/Users/[YOUR_USER_NAME]/Library/Group Containers/9K33E3U3T4.net.shinyfrog.bear/Application Data:/app/db", "-i", "akseyh/bear-mcp-server" ] } } }

NGP

{ "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
A
license - permissive license
-
quality - not tested

local-only server

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

Permite que la IA lea tus notas de oso.

  1. Características
    1. Instalación
      1. Configuración del escritorio de Claude
        1. Estibador
        2. NGP
      2. Requisitos
        1. Licencia

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Allows the AI to read .ged files and genetic data.
            Last updated -
            2
            12
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            Allows the AI to read from your local Apple Notes database (macOS only)
            Last updated -
            56
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            Allows AI to interact with your Zotero library.
            Last updated -
            5
            72
            34
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            Facilitates interaction with Bear note-taking software, allowing users to perform actions like opening notes, creating notes, and searching through Bear's X-callback-url Scheme.
            Last updated -
            8
            23
            Python
            MIT License

          View all related MCP servers

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

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