OlympHill
bear-mcp-server logo

bear-mcp-serverBear nota uygulama ile MCP Server entegrasyonu

(0)
Daniel Nikulshynİnceleyen Daniel Nikulshyn·Güncellendi Temmuz 2026

Genel Bakış

Bear MCP Sunucusu, notları depolanan Bear nota uygulamasına Model Context Protocol (MCP) sunucusudur. Bear, notları SQLite veritabanında depolar ve bu MCP sunucusu SQL komutlarını çalıştırır. Sunucu, kullanıcıların notları okumasına, metin araması yapılarak notları arayışına ve tüm etiketleri listelemesine olanak tanır. macOS'ta Bear nota uygulamasıyla kullanım için tasarlanmıştır ve Bear veritabanına erişim ister. Sunucu, get_notes kullanarak tüm notları alma, get_tags kullanarak tüm etiketleri listelemek ve get_notes_like kullanarak belirli metin obsahlayan notları arama gibi çeşitli araçlar sunar. Proje, Google'ın ISC lisansı altında GitHub üzerinde mevcuttur.

Temel özellikler

  • Duyuruları okuyacak
  • Metne göre duyuruları arayın
  • Tüm etiketleri listeleyin
  • Duyuruları al
  • Etiketleri al
  • Duyuruları benzerini al

Fiyatlar

Model
Free
Puan
Henüz inceleme yok

Kullanım senaryoları

Duyuruları Alma

Bear nota uygulamasından MCP Sunucusu ile tüm duyuruları alabilirsiniz

Duyuruları Arama

MCP Sunucusu ile, belirli metin içerikli duyuruları arama olanağı sunar

Artılar ve eksiler

Artılar

  • Bear nota uygulamayı MCP tooları ile entegre eder
  • Duyuruları alma, metne göre duyuruları arama ve etiketleri listeleme olanakları sunar

Eksiler

  • Node.js ve Bear nota uygulaması (macOS) gerektirir
  • Sadece Bear veritabanına erişimi sınırlar

İncelemeler

İnceleme bırakmak için giriş yap.

Henüz inceleme yok. İlk sen ol!

Sorular

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

Soru sor

MCP Serverleri alternatifleri