OlympHill
bear-mcp-server logo

bear-mcp-serverIntegrazione del server MCP per l'appunti Bear

(0)
Daniel NikulshynRecensito da Daniel Nikulshyn·Aggiornato luglio 2026

Panoramica

Bear MCP Server è un server Model Context Protocol (MCP) che fornisce l'accesso agli appunti archiviati nell'appunti Bear. Bear archivia gli appunti in un database SQLite, e questo server MCP esegue comandi SQL per accedervi. Il server consente agli utenti di leggere gli appunti, cercare gli appunti in base al testo e elencare tutti gli etichette. È progettato per essere utilizzato con l'applicazione Bear app sul macOS e richiede l'accesso al database Bear. Il server offre diversi strumenti, inclusi get_notes per recuperare tutti gli appunti, get_tags per elencare tutte le etichette e get_notes_like per cercare appunti contenenti testo specifico. Il progetto è disponibile su GitHub sotto la licenza ISC.

Funzionalità chiave

  • Lettura degli appunti
  • Cerca appunti in base al testo
  • Elenca tutte le etichette
  • Preleva appunti
  • Elenca tag
  • Cerca appunti come

Prezzi

Modello
Free
Categoria
Server MCP
Valutazione
Nessuna recensione

Casi d’uso

Ricerca dei Note

Utilizzare l'MCP server per recuperare tutte le note dall'applicazione di note Bear

Ricerca di note

Cercare note che contengano specifico testo usando l'MCP server

Pro & contro

Pro

  • Integra l' appunti Bear con gli strumenti MCP
  • Consente di prelevare gli appunti, cercare gli appunti in base al testo e di elencare tag
  • cons
  • :
  • Richiede Node.js e l' appunti Bear applicazione (macOS),Limitato all' accesso del database Bear
  • useCases
  • :
  • [object Object],[object Object]

Contro

  • Richiede Node.js e l'applicazione Bear note (macOS)
  • Limitato all'accesso al database Bear
  • Sviluppato per macOS

Recensioni

Accedi per lasciare una recensione.

Nessuna recensione. Sii il primo!

Domande e risposte

Can I list all tags used across my Bear notes through this server?

Absolutely. The `get_tags` MCP tool retrieves a list of all tags stored in the Bear database, enabling you to programmatically access tag information.

Asked by Anya Sokolova · Apr 28, 2026

Is Bear MCP Server open source and what license does it use?

Yes, the project is open source on GitHub and released under the ISC license, which is a permissive, MIT‑style license allowing free use and modification.

Asked by Jovana Petrovic · Mar 4, 2026

How can I search for a specific phrase within my Bear notes?

Use the `get_notes_like` MCP tool, which runs an SQL query against the database to return all notes containing the specified text. This is available once the server is started.

Asked by Amos Fältskog · Feb 20, 2026

What is required to run Bear MCP Server on my machine?

You need Node.js installed, the Bear note app on macOS, and access to Bear’s SQLite database located in the app’s data folder. The server can be launched via npm or Docker as shown in the repo documentation.

Asked by Freya Solberg · Feb 12, 2026

Fai una domanda

Alternative a Server MCP