OlympHill
bear-mcp-server logo

bear-mcp-serverIntegracja serwera MCP z aplikacją Bear note

(0)
Daniel NikulshynZrecenzowane przez Daniel Nikulshyn·Zaktualizowano lipiec 2026

Przegląd

Bear MCP Server to serwer Model Context Protocol (MCP), który umożliwia dostęp do notatek przechowywanych w aplikacji Bear note. Aplikacja Bear przechowuje notatki w bazie SQLite, a ten serwer MCP wykonuje polecenia SQL, aby uzyskać dostęp do nich. Serwer pozwala użytkownikom odczytywać notatki, wyszukiwać je według tekstu oraz wyświetlać wszystkie tagi. Został zaprojektowany do współpracy z aplikacją Bear note na macOS i wymaga dostępu do bazy danych Bear. Serwer oferuje kilka narzędzi, w tym get_notes do pobierania wszystkich notatek, get_tags do wyświetlania wszystkich tagów oraz get_notes_like do wyszukiwania notatek zawierających określony tekst. Projekt jest dostępny na GitHubie pod licencją ISC.

Kluczowe funkcje

  • Odczyt notatek
  • Wyszukiwanie notatek po tekście
  • Wyświetlanie wszystkich tagów
  • Pobieranie notatek
  • Pobieranie tagów
  • Pobieranie notatek z podanym wzorcem

Cennik

Model
Free
Kategoria
Serwery MCP
Ocena
Brak recenzji

Zastosowania

Pobieranie notatek

Użyj serwera MCP do pobrania wszystkich notatek z aplikacji Bear note

Wyszukiwanie notatek

Wyszukaj notatki zawierające określony tekst za pomocą serwera MCP

Plusy i minusy

Plusy

  • Integruje aplikację Bear note z narzędziami MCP
  • Umożliwia pobieranie notatek, wyszukiwanie notatek po tekście oraz wyświetlanie tagów

Minusy

  • Wymaga Node.js i aplikacji Bear note (macOS)
  • Ograniczony do dostępu do bazy danych Bear

Recenzje

Zaloguj się, aby zostawić recenzję.

Brak recenzji. Bądź pierwszy!

Pytania i odpowiedzi

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

Zadaj pytanie

Alternatywy dla Serwery MCP